Answer Posted / suresh g
Servlet context:
Servlet context is communication
between server side .Every application has only one
servlet context and is accessible to all action
resource of that application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the phases of a servlet life cycle?
Explain the war file?
What is the difference between get and post methods?
What is url encoding and url decoding
Explain how does JSP handle run-time exceptions?
What are different ways for authentication of servlet?
What exactly are the functions of servlet?
How can the referrer and the target urls be used in servlet?
Explain the servlet context.
How can I send user authentication information while making URL Connection?
What is a deployment descriptor?
explain the advantages of servlet life cycle?
Why do we need a constructor in a servlet if we use the init method?
How can the session in servlet be destroyed?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?