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 / ashok kumar biswal

Mates,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)

protected service method calls to the 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 are the advantages of cookies?

1174


Can you refresh servlet in client and server-side automatically?

1130


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

1093


What is servlet? Explain

1107


What is http servlet? Explain with the help of an example.

1112


What is servlet mapping?

1077


Write a program to show the functionality of servlets.

1052


How do you find out what client machine is making a request to your servlet

1104


What mechanisms are used by a Servlet Container to maintain session information?

1213


What are the exceptions thrown by servlets? Why?

1245


Why do we have servlet wrapper classes?

1112


What is the use of send redirect () method?

1144


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

1020


What is the use of servletconfig interface?

1085


What are common tasks performed by Servlet Container?

1311