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
How to get the current httpsession object?
What exactly are the functions of servlet?
How is the get () method different from the post() method?
What is a java servlet?
What is difference between cookies and httpsession?
How can we refresh automatically when new data has entered the database?
Explain the servlet filter.
Explain the features are in servlet 3?
What is the use of servlet context?
What do you mean by session tracking and also explain its techniques?
Define the lifecycle for executing a jsp page.
What are the ways to handle multi-threading in servlets?
How do you create a cookie using servlet?
What is getservletcontext?
What is the requirement of servlet config and servlet context implemented and how are they implemented?