Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the methods in HttpServlet?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between Servlets and Applets?

1089


Which java application server is the best?

1083


What is servlet name in web xml?

1037


What are the two important api's in for servlets?

1135


How do you invoke a servelt?

1181


Explain the war file?

1115


How can we achieve transport layer security for our web application?

1098


What is the directory structure of a war file?

1214


What is servlet and its use?

1165


What is a servlet engine?

1094


Is servlet a server side scripting language?

1186


Explain web application directory arrangement?

1138


Explain in brief the directory structure of a web application?

1154


Whether we can get deadlock situation in servlets?

1119


What if we pass negative value in load-on-startup?

1333