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 string literal in java?
Can the interface be final?
What is meant by null and void?
What is the advantage of preparedstatement over statement?
What classes of exceptions may be caught by a catch clause in java programming?
What java ide should I use?
how to prepare for IT Officers Interview in Banks
Compare Mutex and Semaphore in java.
What does I ++ mean?
What is bitwise complement?
Discuss 2D arrays.
What is difference between calling start() and run() method of thread?
Is there any limitation of using inheritance?
What is collection api?
what is the difference between yielding and sleeping? : Java thread