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 does most servlets extend HttpServlet?

Answer Posted / dhiraj

All servlet classes extend the HttpServlet abstract class.
HttpServlet simplifies writing HTTP servlets by providing a
framework for handling the HTTP protocol. Because
HttpServlet is abstract, your servlet class must extend it
and override at least one of its methods. An abstract class
is a class that contains unimplemented methods and cannot be
instantiated itself.

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about thread synchronization inside a monitor?

2604


When a thread blocks on i/o, what state does it enter?

1156


To what value is a variable of the string type automatically initialized?

1168


What restrictions are placed on the values of each case of a switch statement?

1061


Name the eight primitive java types.

1199


Define aop(assepct oriented programing)?

1248


What do you need to set-up a cluster with jboss?

1124


Name three component subclasses that support painting?

1123


What is clustering? What are the different algorithms used for clustering?

1124


Describe responsibilities of Activator?

2354


Java is fully object oriented languages or not?

1072


Why use POJO when I can use hashmap

2714


What class is the top of the awt event hierarchy?

1159


What value does read() return when it has reached the end of a file?

1076


Name three subclasses of the component class?

1158