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
Why parameters should be passed by reference?
How many java versions are there?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What method is used to specify a container's layout in java programming?
Describe the Big-O Notation.
What is the maximum size of arraylist in java?
Tell me about your ability to work under pressure
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How to declare objects of a class ?
Is singleton class thread safe?
What is the difference between hashset and treeset in java?
What does int [] mean in java?
Is void a data type?
What is set in java?
What an i/o filter in java programming?