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
Where is singleton pattern used?
What is a blocking method in Java?
what is use of functional interface in java 8?
What is numeric data type?
What is a priority queue java?
Can we use static class instead of singleton?
What is r * in math?
How many types of design patterns are there?
Can variables be used in java without initialization?
What are 5 boolean operators?
What is the technique adopted to create an immutable class?
Can we create our own daemon thread?
Define "Access specifiers" in java.
Can we extend singleton class?
What is the difference between synchronized and synchronized block?