Answer Posted / sanpar
the life cycle of the servlet:
Servlet class is loaded.
Servlet instance is created.
init method is invoked.
service method is invoked.
destroy method is invoked.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I know if java is running on linux?
Which protocol will be used by browser and servlet to communicate
If a servlet is not properly initialized, what exception may be thrown?
How servlet is created?
List out difference between a JavaBean from a Servlet?
What is called Session Tracking?
Can you send an authentication error from a servlet?
How to get the actual path of servlet in server?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What is the use of send redirect () method?
What is setattribute in servlet?
How to make sure a servlet is loaded at the application startup?
Elucidate servlet attributes and its scope?
How do you invoke a servelt?
What do you mean by a filter and how does it work?