Answer Posted / maulik patel
It is a server side program that is responsible to capture
and interpret the clients Request and respond to teh client
with the requested information.
| Is This Answer Correct ? | 19 Yes | 7 No |
Post New Answer View All Answers
Why don't we write a constructor in a servlet?
What is the inter-servlet communication?
What is servlet lazy loading?
What are the new features added to servlet 2.5?
Which httpsession object is used to view and manipulate information about a session?
Difference between java beans & servlets?
What do you mean by a filter and how does it work?
How do I support both get and post from the same servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
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 cookie? Why is cookie used?
Why doesn’t a servlet include main()? How does it work?
Which interface should be implemented by all servlets?
Explain web application directory arrangement?