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

Which class cannot be a subclass in java?

541


What are internal variables?

558


why java does not support unsigned keyword?

4253


Do you know why doesn't the java library use a randomized version of quicksort?

553


How many types of memory areas are allocated by jvm?

560






What is a bubble sort in java?

546


What is a numeric literal?

525


Explain about main() method in java ?

582


How to create a custom exception?

572


How to make a class or a bean serializable?

537


How does hashmap work in java ?

541


describe synchronization in respect to multithreading? : Java thread

505


What is a nested list?

522


Which software is used for java programming?

556


what do you understand by the term string with respect to java?

531