what is the difference between pagecontext and
servletcontext?
Answer Posted / ram
A PageContext instance provides access to all the
namespaces associated with a JSP page, provides access to
several page attributes, as well as a layer above the
implementation details.
The ServletContext gives information about the container in
which the servlet (or JSP) is running in. Parameters for
this can be setup in the web application deployment
descriptor and there is one ServletContext per web
application.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What’s meant by anonymous class?
What is e java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are some examples of variable costs?
Can two objects have same hashcode?
Why local variables are stored in stack?
Give us the name of the list layoutmanagers in java?
What is the purpose of static methods and static variables?
What is the default size of set in java?
Explain java code for recursive solution's base case?
What are three advantages of using functions?
how to one war file class to another war file class?
What is final variable?
placement papaers of spring computing technology
Which collection is best for sorting in java?