What is the use of pagecontext in jsp?



What is the use of pagecontext in jsp?..

Answer / Kuldeep Kumar Dubey

PageContext in JSP is an interface provided by JavaServer Pages API that encapsulates a servlet context and request object. It provides access to various attributes, such as application-level and session-level attributes, request parameters, and HTTP headers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is the differences between the jsp custom tags and java beans?

1 Answers  


What are implicit objects?

9 Answers  


What jsp lifecycle methods can be overridden?

1 Answers  


Can we write a class inside Jsp?

1 Answers  


Why does _jspService() start with an ‘_’ but other lifecycle methods do not?

1 Answers  


What is out println in jsp?

1 Answers  


What is the use of jstl tags in jsp?

1 Answers  


What is jsp and its advantages?

1 Answers  


When the destroy method of the jsp's are called?

1 Answers  


Why is it that JComponent have add() and remove() methods but Component doesn’t?

1 Answers  


What does jsp mean?

1 Answers  


What is directive jsp?

1 Answers  


Categories