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 the classes and interfaces for servlets?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is httpservlet class?
How can we refresh automatically when new data has entered the database?
What is a server side include (ssi)
What is httpservlet and how it is different from genericservlet?
What are the exceptions thrown by servlets? Why?
Explain the difference between a web server and a web container?
Is servlet a framework?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
How httpservlet is different from the genericservlet?
when will cookie information destroy?