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
How many wrapper classes are there in java?
What is the simpletimezone class in java programming?
When is an object subject to garbage collection?
Explain the selection sort algorithm?
What is jagged array in java?
How do you use spaces in java?
Is set ordered?
What is meant by tab pans?
What is an interoperable application in java ?
What is double in java?
Why is java architectural neutral?
Can vector have duplicates in java?
Explain throw keyword in java?
What is a null class?
How can constructor chaining be done using this keyword?