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 are the uses of servlet and what is servlet chaining?
What are common tasks performed by Servlet Container?
What is servlet and its types?
What are all the advantages of servlet over cgi?
what is multiple server?
How do you define a servlet?
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?
How to rectify errors in java servlet while compilation?
Name the different ways of session tracking.
What is a cookie What is the difference between session and cookie
How can we create deadlock situation in servlet?
What’s the difference between sendredirect and forward methods
Define declaration.
Explain Action Servlet?
What do you mean by servlet context?