What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / ravikiran(aptech mumbai)
pagecontext is used to include or forward to another resource,
PageContext is used to save the scoped objects
PageContext is used to hold the page scoped attributes
where as page is the instance of the generated servlet
Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
What is the primary benefit of encapsulation?
What is the difference between JVM and JRE?
What is increment in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is difference between static class and normal class?
What is the method in java?
Where is the singleton class used?
How do you read a char in java?
Distinguish between a predicate and a function?
What is callablestatement? How you can call stored procedure to pass in parameter?
What is integer parseint?
What is java’s garbage collected heap?
What is string builder in java?
What is contract between hashcode and equal method?
What is data type in java?