Answer Posted / gaurav khanzode
Http Servlet methods :
1. doGet()
2. doPost()
3. doDelete()
4. doTrace()
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why is a constructor needed in a servlet even if we use the init method?
What are the different session tracking techniques?
How can we perform any action at the time of deploying the project?
How to find whether a parameter exists in the request object?
What is a servlet?
How can the session in servlet can be destroyed?
What is the major difference between servlet and applet?
Is servlet synchronized?
How the servlet is loaded?
What's the servlet interface?
Why do we use sendredirect() method?
What do you mean by annotations in servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What’s the difference between genericservlet and httpservlet?
What are all the protocols supported by httpservlet?