Java Servlet Programming Question:
Download Job Interview Questions and Answers PDF
What is servlet context ?
Answers:
Answer #1The servlet context is an object that contains a servlet's view of the Web application within which the servlet is running. Using the context, a servlet can log events, obtain URL references to resources, and set and store attributes that other servlets in the context can use. (answer supplied by Sun's tutorial).
Answer #2IT IS A TYPE OF SERVER WHICH IS DESIGNED TO MAKE NETWORKS USING SERVERS
Download Java Servlet Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
What is servlet mapping? | Which interface must be implemented by all servlets? |