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 the available thread states in a high-level?
How can we achieve thread safety in java?
What does main method?
How can you read content from file in java?
How to make a read-only class in java?
Why do we need autoboxing in java?
Define inheritance?
Why is java architectural neutral?
Why are functions called methods in java?
What is the file type?
What are different access specifiers in java? Explain
What is the use of bufferedreader?
What is a databasemetadata?
What is the static method?
Is java same as core java?