
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is a page object in JSP?
This object is an actual reference to the instance of the page. It can be thought of as an object that represents the entire JSP page.
The page object is really a direct synonym for the this object.
- Related Questions & Answers
- What is a page directive in JSP?
- What is JSP page redirection?
- What is an exception Object in JSP? What type of exceptions can occur in a JSP page?
- What is the use of page object in JSP? Need an example.
- What is a request object in JSP?
- What is a response object in JSP?
- What is a config Object in JSP?
- What is a pageContext Object in JSP?
- What is the session Object in JSP?
- What is an application Object in JSP?
- What is the out implicit object in JSP?
- What are various attributes Of page directive in JSP?
- How to write a comment in a JSP page?
- What is a buffer attribute in JSP?
- What is a include directive in JSP?
Advertisements