Answer Posted / abdul
I just wanted to update my answer:-
Methods in HttpServlet
Http methods which can be implemented by Service method are:
---------------------
doGet().
doPost()
doPut().
doTrace()
doDelete()
doHead()
doOptions()
* Note :doConnect() is not present in HttpServlet. The
developers of the API didn't feel the use of doConnect in
Servlet.
Other methods:
Service(HttpServletRequest,HttpServletResponse)
getLastModified(HttpServletRequest)
Service(ServletRequest,ServletResponse)
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Servlets and Applets?
Which java application server is the best?
What is servlet name in web xml?
What are the two important api's in for servlets?
How do you invoke a servelt?
Explain the war file?
How can we achieve transport layer security for our web application?
What is the directory structure of a war file?
What is servlet and its use?
What is a servlet engine?
Is servlet a server side scripting language?
Explain web application directory arrangement?
Explain in brief the directory structure of a web application?
Whether we can get deadlock situation in servlets?
What if we pass negative value in load-on-startup?