Answer Posted / prasad
Servlet is a java cpmpatability program which is running
under the webserver.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by filter in servlet?
What is called a session?
How do I know if java is running on linux?
Describe the phases of servlet lifecycle?
How can the session in servlet be destroyed?
What is meant by servlet? What are the parameters of the service method?
If a servlet is not properly initialized, what exception may be thrown?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Difference between java beans & servlets?
What are common tasks performed by Servlet Container?
What is the purpose of dispatcherservlet properties?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is a deployment descriptor?
What is servlet initializer?
What does the term localization refer to?