Answer Posted / shakir khan
servlet Context is an object that contain a servlet view of
the web application with in which the servlet is
running.Using the context,a servlet can log events obtain
url references to resources and get and store attributes
that other servlets in the context can use
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
What is the disadvantage of cookies?
What is context in servlet?
How a servlet is unloaded?
Explain the servlet filter.
Explain the difference between servletconfig and servletcontext in servlet?
What is servlet and its use?
How can you create a session in servlet?
Explain how does JSP handle run-time exceptions?
Difference between java beans & servlets?
What is a java servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is servlet instance?
Explain session tracking and its importance?
how many jsp scripting elements are there and what are those?