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
Explain about member inner classes?
What is overloading and overriding in java?
What does method mean?
What is string literal in java?
Can a class have multiple subclasses?
Can two objects have same hashcode?
Mention the default values of all the elements of an array defined as an instance variable.
How do you start a new line in java?
how we can make a write-only class in java?
Is ruby built on java?
Why is it called boolean?
Can we start a thread twice in java?
What is boolean logic?
How to sort an array in java without using sort method?
What is a finally block? Is there a case when finally will not execute?