Explain the methods in Generic and HTTP Servlets?
Answers were Sorted based on User's Feedback
Answer / guest
Generic servlets has service() method to handle requests
HttpServlet has doGet(),doPost(),doHead() mehtods
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / chaitu
All the methods in Generic servlets are abstract methods.
Even though HTTP Servlet is an abstract there are no
abstract methods
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a servlet engine?
Why session tracking is needed?
What is Servlet Context?
what is the difference b/w DispatchAction and LookUpDispatchAction?
1 Answers Deloitte, iGate, Tech Mahindra,
What is the servlet?
how the HTML data stored in web server?
What are the differences between the servletconfig interface and the servletcontext interface?
Explain the custom jsp tags and the beans.
What is servlet?
Can filter be used as request or response?
What is called servlet container?
What are the functions of the servlet container?