Answer Posted / janet
once activated,servlets live on until the server lives or
until the destroy method is called on the servlet by the server.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a web application and what is it’s directory structure?
How to handle exceptions thrown by application with another servlet?
How do you configure a centralized error handler in servlets?
What are the difference between session and cookies in servlet? Explain
How do I use cookies to store session state on the client?
What is URL Encoding?
What are life cycle methods of a servlet?
Why HttpServlet class is declared abstract?
List some life cycle methods of a servlet.
What must be implemented by all servlets?
What is the procedure for initializing a servlet?
What are the key methods that are involved in processing of http servlets?
Explain the steps involved in placing a servlet within a package?
What is the difference between Server and Container?
Explain the differences between jsp and servlet.