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
How can we perform any action at the time of deploying the project?
List some life cycle methods of a servlet.
Difference between forward() method and sendredirect() method ?
Differentiate between the get and post method
What is servlet in simple terms?
What is the advantage of Servlets when compared with other server side technologies?
What are the types of Session Tracking ?
Why is Servlet so popular?
What are all the protocols supported by httpservlet?
How do you load an image in a Servlet?
Explain the servlet context.
What is the difference between a generic servlet and http servlet?
Write a program to show the functionality of doget and dopost method?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is servlet and its life cycle?