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 |
What is the differences between the jsp custom tags and java beans?
What are implicit objects?
What jsp lifecycle methods can be overridden?
Can we write a class inside Jsp?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is out println in jsp?
What is the use of jstl tags in jsp?
What is jsp and its advantages?
When the destroy method of the jsp's are called?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
What does jsp mean?
What is directive jsp?