what is the difference between pagecontext and
servletcontext?
Answer Posted / mahesh
PageContext is used to store the attributes as Objects like
key&value pairs in JSP .Its mostly used in Beans concept.
ServletContext is the Context for the total web application
, mean it provides the runtime environment for all the
servlets .
Bye
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How do you write a conditional statement?
What differences exist between iterator and listiterator?
Write a java program to generate fibonacci series ?
Does chrome use java?
What are the escape sequences in java?
What is the significance of listiterator?
What is super?
How many bytes are a float?
What isan abstract class and when do you use it?
Is java 1.7 the same as java 7?
What is nan inf?
Can there be an abstract method without an abstract class?
What are the advantages of functions?
Can we have any code between try and catch blocks?
Print Vertical traversal of a Binary Tree.