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 / prince singh

Guys there are several methods present in HttpServlet
1.void doGet(),
2.void doPost(),
3.void doDelete(),
4.void doHead(),
5.void doOptions(),
6.void doTrace(),
7.void doPut(),

8.long getLastModified(),
9.public service(ServletRequest request,ServletResponse)

This services method internaly call public service method
10.protected service(HttpServletRequest request,HttpServletResponse)

protected service method calls to the doGet or doPost method according to the users requirement.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between servlet and filter?

1002


What is session tracking?

1263


What are the steps involved in placing a servlet within a package?

1114


Write a program to show the functionality of doget and dopost method?

1255


Why do we have servlet filters?

1072


How do you create a cookie using servlet?

1215


Can we override destroy method in servlet?

1034


How would you create deadlock on your servlet?

1223


Explain the difference between jsp and servlet?

1144


Are Servlets Thread Safe? How to achieve thread safety in servlets?

1018


What are different methods of session management in servlets?

1322


What are the different methods involved in the process of session management in servlets?

1343


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

1095


What do you understand by mime type?

1030


What is servlet lazy loading?

1225