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
Name some OOPS Concepts in Java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Write a function to find out longest palindrome in a given string?
What is stored procedure. How do you create stored procedure ?
Explain about anonymous inner classes ?
Why super is first line in java?
why we use merge option in hybernate pls give a ex snippet
Is multiple inheritance supported by java?
What is 16 bits called?
How many bytes is a string java?
How to change value in arraylist java?
Can a set contain duplicates?
Is java an ide?
What is a default constraint?
What is use of arraylist in java?