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
What is data type example?
Explain about java sdk?
What does system.gc() and runtime.gc() methods do?
Is hashset ordered?
What does it mean to flush a file?
What is variable explain?
What is the difference between compiler and jvm?
why an outer class cannot be declared as private?
What is variable and its types?
What is linkedlist in java?
What is a singleton class? Give a practical example of its usage.
What do you understand by casting in java language?
What's the difference between an abstract class and interface in java?
What is the purpose of a volatile variable?
Define locale.