- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- 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 Articles
- What is an exception Object in JSP? What type of exceptions can occur in a JSP page?
- What is a page directive in JSP?
- What is the use of page object in JSP? Need an example.
- What is JSP page redirection?
- 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?
- How a JSP page works. Can somebody explains the JSP architecture in simpler terms
- How to write a for loop in a JSP page?

Advertisements