Answer Posted / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a deployment descriptor?
What’s the difference between sendredirect and forward methods
Define the life cycle of a servlets.
What is called servlet container?
When servlet is loaded?
What are the types of servlets? Explain
How to read request headers from servlets?
What do you mean by request dispatcher in servlet?
What is the life cycle of a servlet?
How can we upload the file to the server using servlet?
What is the need of session tracking in web application?
What is the use of httpservletresponsewrapper?
What is api in servlet?
What do you mean by mime type?
What is setattribute in servlet?