What are the phases of servlet life cycle?
What are the various ways of session supervision in servlets?
What is Request Dispatcher?
Which httpsession object is used to view and manipulate information about a session?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the disadvantages of storing session state in cookies?
Explain Action Servlet?
How do you invoke a servelt?
What is the difference in between the httpservlet and generic servlet?
What are the important functions of filters?
What are the types of an http request?
How to get the current httpsession object?
How can we implement a jsp page?
Why is http protocol called as a stateless protocol?
What is the GenericServlet class?