What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / amit
Page and Pagecontext are implicit objects in jsp. These are created at JSP translated time. The page object represents the generated servlet instance itself and is used as a scope with in one jsp. Pagecontext is used to initilize all implicit objects for example :- page attributes, access to the request, response and session objects, as well as the JspWriter referenced by out. Refer http://modernpathshala.com/Learn/servlet-and-jsp/Interview to read servlet and jsp interview questions
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the return type of the main method?
Can a class have more than one object?
How would you use Bubble Sort to sort the number of elements?
Describe different states of a thread.
What are different data types?
What are class members by default?
Why do we use predicate in java?
How many bytes is a char in java?
Can a class have a static inner class?
Explain wrapper classes in java?
Does google use java?
What is javac in java?
What happens when I use / and % with a negative numerator?
How do you empty a list in java?
what is server side caching?