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 |
servlet life cycle?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are Servlets?
What are the types of servlets? Explain
what is the difference between ServletContext and ServletConfig
How we can get ip address of client in servlet?
Explain the differences between jsp and servlet.
What is the difference between a generic servlet and http servlet?
What is servlet and its types?
Why servlet is mostly used?
What do you mean by session tracking and also explain its techniques?
How can we perform any action at the time of deploying the project?