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
Explain the use of volatile field modifier?
What is the default value of local and global variables?
How do you delete a list in java?
Do I need java on my computer?
What is the basic concept of java?
How many digits can a float hold?
Explain thread life cycle in java?
What is constructor and its types?
Is array serializable java?
What do you mean by access modifier?
what is the significance of listiterator in java?
How many bytes are a float?
What is collection sort in java?
What is listnode in java?
What are the important features of Java 10 release?