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


Please Help Members By Posting Answers For Below Questions

Where is singleton pattern used?

736


What is a blocking method in Java?

813


what is use of functional interface in java 8?

773


What is numeric data type?

727


What is a priority queue java?

705


Can we use static class instead of singleton?

805


What is r * in math?

724


How many types of design patterns are there?

770


Can variables be used in java without initialization?

776


What are 5 boolean operators?

819


What is the technique adopted to create an immutable class?

757


Can we create our own daemon thread?

720


Define "Access specifiers" in java.

914


Can we extend singleton class?

707


What is the difference between synchronized and synchronized block?

773