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
What is cookie? Why is cookie used?
What is servlet and its life cycle?
What is difference between jsp and servlet?
Which httpsession object is used to view and manipulate information about a session?
How the typical servlet code look like ?
The code in a finally clause will never fail to execute, right?
Explain the jar and war files in servlet?
What is a generic servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Why do we have servlet listeners?
What if we pass negative value in load-on-startup?
What is servlet configuration?
What are the various ways of session supervision in servlets?
What if you need to span your transaction across multiple servlet invocations?
Why is a constructor needed in a servlet even if we use the init method?