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
request parameter how to find whether a parameter exists in the request object?
What is the difference between the include() and forward() methods?
What are the different ways we can maintain state between requests?
What is the importance of init() method in Servlet ?
What is the difference between jsp and servlet life cycle?
What is the difference between get and post methods?
What are the common methods that are included in the http servlet class?
Can you send an authentication error from a servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
how many jsp scripting elements are there and what are those?
What is difference between PrintWriter and ServletOutputStream?
What is a servlet?
Describe the phases of servlet lifecycle?
What are the advantages of cookies?
Explain jsessionid and when is it created?