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 string be considered as a keyword?
Can we have multiple classes in single file ?
What is Applet Stub Interface ?
What is the symbol for average?
Explain features of interfaces in java?
How does multithreading take place on a computer with a single cpu?
What is the java project architecture?
Explain the differences between static and dynamic variables?
How do you square a number?
Can we extend immutable class?
How does varargs work in java?
What are the basic interfaces of java collections framework?
Explain throw keyword in java?
What is the use of :: in java?
What is lambda programming?