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 |
What are all the advantages of servlet over cgi?
What are the key methods that are involved in processing of http servlets?
Why servlet is used as controller ? Not JSP? I want complete explation?
can i call destroy() method in init() method of servlet
What is http servlet in java?
What is the web server used for running the Servlets?
What advantages do servlets have over CGI programs?
If some new data has entered the database, explain how can a servlet refresh automatically?
Explain web container.
Define the life cycle of a servlets.
Is servlet a server side scripting language?
What do you mean by cgi and what are its drawbacks?