What is the difference between pageContext and page
implicit objects in jsp?
Answer Posted / ravikiran(aptech mumbai)
pagecontext is used to include or forward to another resource,
PageContext is used to save the scoped objects
PageContext is used to hold the page scoped attributes
where as page is the instance of the generated servlet
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
Differentiate between postfix and prefix operators in java.
Is main a function?
Write a program to find maximum and minimum number in array?
How many characters is 2 bytes?
What is the final blank variable?
What is passing by reference in java?
What are the two types of java?
Explain enumeration in java?
Why are arrays useful in java?
Is jdk required on each machine to run a java program?
What does arrays sort do in java?
What is the difference between sleep and wait in java?
What is the exact difference in between Unicast and Multicast object?
Name few "optional" classes introduced with java 8 ?
how are methods defined?