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

why are extending GenericServlet and why are extending
HttpServlet explain?

Answer Posted / dinesh goud

with out extending those servlets,we have to write all the methods in Servlet interface..............In order to write all the methods in Servlet interface.we go for extending GenericServlet and HttpServlet............

public UserServlet implemetns Servlet
{
provides bodies for all methods;
}
public UserServlet extends GenricServlet
{
provides bodies for methods ur wish and well
}

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the life-cycle of servlets?

1182


If servlet receives multiple requests, how many objects will it create?

1432


What do you mean by request dispatcher in servlet?

1151


What do you mean by servlet?

1191


Why servlet is mostly used?

1283


What are the phases of a servlet life cycle?

1161


What are some disadvantages of storing session state in cookies?

1070


What is servlet initializer?

1028


What do you mean by filter in servlet?

1061


What do you mean by interservlet communication?

1121


What is the disadvantage of cookies?

1033


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

1126


How httpservlet is different from the genericservlet?

1178


What is the use of send redirect () method?

1142


What do you mean by httpservlet?

1128