What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / kaushal rajput
9 types of Implicit Object are there in jsp technology they are:-
(1)Page
(2)pageContext
(3)application
(4)session
(5)exception
(6)config
(7)request
(8)responce
(9)out
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why do people says “java is robust”?
What is the difference between hashmap and hashtable? What is an interface?
Give a practical example of singleton class usage?
What is an infinite loop in java? Explain with an example.
What is purpose of applet programming?
What is a layout manager and what are different types of layout managers available in java awt?
Explain working of call by reference function invoking.
what is the difference between the methods sleep() and wait()? : Java thread
Can a class be declared as protected?
What are structs in java?
What is string in java?
What does int argc char * argv [] mean?
What is the driver class?
What happens if we don’t override run method ?
What is null in java?