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
Is int primitive data type?
Write a java program to check if a number is prime or not?
What are the properties of thread?
How transient variable is different from volatile variable?
What is the use of singleton?
Explain the selection sort algorithm and state its time complexity?
why Interface used?
What is java console application?
Are registers volatile?
What is the maximum size of arraylist in java?
Explain what do you mean by functional overloading in java?
What is arraylist e in java?
What is default exception handling in java?
What are different types of classloaders?
What is the difference between stringbuffer and stringbuilder?