answersLogoWhite

0

The page object represents the generated servlet instance itself, i.e., it is same as the "this" keyword for a Java file. As a result, you do not typically know who the super class is, and consequently do not normally make use of this object or its methods.

The pageContext object represents the environment for the page, containing useful information like page attributes, access to the request, response and session objects, as well as the JspWriter referenced by out. This object also has methods for including another URL's contents, and for forwarding or redirecting to another URL. For example, to forward a request to another resource from in a JSP page, we can do that by using the pageContext variable: pageContext.forward ("other.jsp");

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Basic Math

What is JSP Implicit objects?

In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects are available for a programmer: • request • response • out • session • config • application • page • pageContext


What are the built in objects in jsp?

The correct term is "JSP Implicit Objects" In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects that are available for a programmer. • request • response • out • session • config • application • page • pageContext


What are the Implicit object in JSP?

The implicit objects in a JSP page are:requestresponsepageContextsessionapplicationoutconfigpage


How many implicit objects in JSP?

There are nine implicit objects in JSP.1. pageContext2. session3. request4. response5. exception6. out7. application8. config9. page


What is a JSP implicit object?

A JSP implicit object is a predefined object available in JavaServer Pages (JSP) that provides access to various objects related to the web application environment. These objects, such as request, response, session, and application, allow developers to interact with client requests, manage session data, and share application-wide information. Implicit objects simplify coding by eliminating the need to explicitly instantiate and manage these objects, enhancing the ease of developing dynamic web content.

Related Questions

What is JSP Implicit objects?

In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects are available for a programmer: • request • response • out • session • config • application • page • pageContext


What is the difference between page and pageContext in jps?

pageThe implicit variable page is of class java.lang.Object and it refers to instance of generated servlet. It is declared asObject page=thisConsider will give ErrorgetServletInfo() is not a method of java.lang.Object is validpageContextpageContext variable is of type javax.servlet.jsp.PageContext. The PageContext class is the abstract class and JSP engine vendor provides its concrete subclass.·Store reference to implicit objects,·Provide method to get and set attributes in different scopes.·Provide convenience methods for transferring request to other resources in web application.PageContext.forward("other.jsp");


What are the built in objects in jsp?

The correct term is "JSP Implicit Objects" In any JSP Page, there are a bunch of implicit objects that are available for the programmer to use. It contains a variety of information that can be used to display stuff on the page. The following JSP Implicit Objects that are available for a programmer. • request • response • out • session • config • application • page • pageContext


What is the difference between implicit and explicit objects?

Explicit means properly and clearly declared.....will give you the full meaning Implicit means not properly defined....will not give you the exact meaning ....


What are the Implicit object in JSP?

The implicit objects in a JSP page are:requestresponsepageContextsessionapplicationoutconfigpage


How many implicit objects in JSP?

There are nine implicit objects in JSP.1. pageContext2. session3. request4. response5. exception6. out7. application8. config9. page


What is the difference between a whole number a?

A question about "the difference between" requires two objects!


What is the energy transferred between objects because of a difference in temperature?

The energy transferred between objects due to a difference in temperature is called heat. Heat flows from objects at higher temperatures to objects at lower temperatures until thermal equilibrium is reached.


What are 2 difference between Pluto?

You need two objects between which you can have differences!


What does Difference Between discuss on their website?

The website Difference Between discusses on their website a number of different terms and objects. Site visitors can find various information regarding differences between objects and terms.


Determined by the distance between objects and the difference in mass between the objects?

The distance between objects and the different is 0. The distance between the mass and an object is 1.


What is the difference between object and variable in c?

There is no objects in C.