Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Java EE - Interview Questions and Answers for 'Pagecontext' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. The pageContext object is an instance of a javax.servlet.jsp.PageContext object. The pageContext object is used to represent the entire JSP page. This object stores references to the request and response objects for each request. The application, config, session, and out objects are derived by accessing attributes of this object.The pageContext object also contains information about the directives issued to the JSP page, including the buffering information, the errorPageURL, and page scope. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  j2ee   servlet   jsp   pagecontext   page context | ||||
Related Questions | ||||
What is session tracking and how do you track a user session in servlets? | ||||
What is deployment descriptor ? or What is the use of deployment descriptor ? | ||||
Can we have multiple servlets in a web application and How can we do that ? | ||||
Difference between socket and servlet ? | ||||
What are different types of cookies ? | ||||
What is a Servlet Filter ? | ||||
What is servlet Chaining ? | ||||
What is a config Object? | ||||
What are the phases of the JSP life cycle ? | ||||