Answer Posted / abhijitbaji
servlets are the server side component.
it act as a controller.
it is used for request delegation too.
| Is This Answer Correct ? | 58 Yes | 4 No |
Post New Answer View All Answers
Explain the jar and war files in servlet?
Why is httpservlet declared abstract?
Whether thread can be used in servlets?
What is called servlet mapping?
Elucidate servlet attributes and its scope?
How printwriter is different from servletoutputstream?
What do you mean by scope object and what are its types?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the web server used for running the Servlets?
What is the life cycle of a servlet?
What do you mean by deployment descriptor?
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?
What are the life-cycle methods for a servlet?
What is the purpose of inter-servlet communication?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?