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
What is difference between path and classpath variables?
Why do we use return statement?
What is the difference between applet and application?
What is the largest long allowed by java?
Can we override private methods?
What is object cloning in Java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the functionality of the stub?
What is hotjava?
Why do we create public static method in java?
What are alternatives to java serialization?
What is the properties class in java programming?
Give few difference between constructor and method?
Can we access the non-final local variable, inside the local inner class?
How will you initialize an Applet?