What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / shailendra sharma
Page Implicit Object :
8 type of Implicit object are genreted when JSP file is
converted into Servlet
8 type of Implicit Object are
(1)Page
(2)pageContext
(3)application
(4)session
(5)exception
(6)config
(7)request
(8)responce
pagecontext is type of implicit Object
in pageContext two method is available
(1)include
(2)forward
it is equvaalect in servlet to RequestDispatcher
| Is This Answer Correct ? | 5 Yes | 27 No |
Post New Answer View All Answers
Can we extend private class in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is the purpose of using the java bean?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is set string?
What is a char in java?
How variables are declared?
How to check if a list is sorted in java?
What is a singleton puppy?
Is there any difference between synchronized methods and synchronized statements?
What is java beans?
Can a final variable be manipulated in java?
What are the 3 types of control structures?
What is use of static method?