What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / venkat
pageContext is used to get different scope objects like
request,session,context etc. where as page object of jsp is
used to refer the current page scope and can be compared
with local variable declared.
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
Can Exception handling we can handle multiple catch blocks?
What are abstract classes and anonymous classes?
Tell me a few examples of final classes defined in Java API?
What is constructor in java ?
Can you pass by reference in java?
What is keyset in java?
Is it necessary that each try block must be followed by a catch block?
How does arraylist size increase in java?
Name some classes present in java.util.regex package.
What is methods and methodology?
What is java autoboxing?
What are the methods of object class ?
What are anonymous inner classes?
Which class is the superclass of all classes?
when should you use stringbuilder class in a program?