implicit objects in jsp

Definition of implicit objects in jsp –: These implicit objects are automatically created by the container during JSP page translation. implicit objects can be used directly on the JSP page. These are created by the container automatically so it can be accessed using objects. Types of implicit object in jsp-We know that these are automatically … Read more