Answer Posted / gaurav agrawal
ServletContext is the interface by which we can get the
information of the web container.this interface has some
methods by which we can get information
| Is This Answer Correct ? | 12 Yes | 12 No |
Post New Answer View All Answers
Explain the lifecycle of a servlet?
Can we override destroy method in servlet?
Write a program to show the functionality of servlets.
What is the life cycle of a servlet?
What is difference between cookies and httpsession?
What are the different methods involved in the process of session management in servlets?
How is a servlet implemented in code?
What is ServletContext object?
What is ServletConfig object?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is the type of method for sending request from http server?
Is servlet synchronized?
how many jsp scripting elements are there and what are those?
What is url encoding and url decoding
What is servlet configuration?