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...

give the syntax of doGet() and doPost()?

Answer Posted / rajshri

public void doGet(HttpServletRequest req,HttpServletResponse res)throws ServletException,IOException
{
doGet(req,res)
}

public void doPost(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException
{
doPost(req,res)
}

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we fetch the attributes related to a servlet on a different servlet?

1200


Can filter be used as request or response?

1014


What's the advantages using servlets than using cgi?

1047


request parameter how to find whether a parameter exists in the request object?

1063


What are important features of Servlet 3?

1152


What are the features added in Servlet 2.5?

1319


What are the exceptions thrown by servlets? Why?

1247


What’s the use of the servlet wrapper classes??

1157


What is the difference between the servlets and cgi programs?

1048


How is an application exception handling is done using a servlet?

1061


What do you mean by request dispatcher in servlet?

1155


What are the common methods that are included in the http servlet class?

1084


What do you mean by httpservlet and how it is different from the genericservlet?

1126


What is a servlet-to-servlet communcation?

1259


What is a web application and what is it’s directory structure?

1128