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
Which one of the following suits the description of a string better: derived or primitive?
Can we use string in the switch case?
Can we override private method?
Define "Access specifiers" in java.
What is a protected class in java?
What is protected in java?
Can an interface implement another interface?
What is the use of isempty in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the covariant return type?
What is java life cycle?
How to connect to a remote database using Applet?
What is a subsequence of a string?
What is meant by the value of a variable?
Why are parameters used in functions?