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 is __ init __ functions?
Distinguish between a predicate and a function?
What is the difference between the boolean & operator and the && operator in java programming?
Can a class declared as private be accessed outside it’s package?
What is the name of the java compiler?
Does java support multiple inheritance or not?
Does .length start 0 java?
Where are the local variables stored?
Explain the key functions of data binding?
What are recursive functions?
What's the access scope of protected access specifier?
What is the use of accept () method in java?
Is it possible for a yielded thread to get chance for its execution again?
What is the difference between the file and randomaccessfile classes?
What are three advantages of using functions?