What is the life cycle of a servlet?
Loading Servlet.
Then initialising the Servlet.
Handling the Request (invoking service method).
Then destroying the Servlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a hello world program using servlets.
What are the advantages of Servlet over CGI?
why are extending GenericServlet and why are extending HttpServlet explain?
How the servlet is loaded?
What is Single Threaded Model in Servlets? Explain this with an example?
What is HTTP Session ?
What are its drawbacks of cgi?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What do you mean by request dispatcher in servlet?
How to deal with multi-valued parameters in a servlet?
What is servlet configuration?