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
What are methods in java?
What is the concatenation operator in java?
Explain some best practices you would apply while using collection in java?
Can we return null in java?
What is the base class for error and exception?
Why does java not support pointers?
What does the append?
What is finalize()?
What is reflexive association?
Name few "optional" classes introduced with java 8 ?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is starvation?
What is slash r?
Can we define private and protected modifiers for variables in interfaces?
What is the finalize method do?