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

Can we define constructors in Servlet?

Answer Posted / vivekanand prasad

The init() method creates and loads the servlet.But the servlet instance is first created through the constructor (done by Servlet container). We cannot write constructors of a servlet class with arguments in servlet (It will throw Exception). So, They provided a init() method that accepts an ServletConfig object as an argument.ServletConfig object supplies a servlet with information about its initialization (init) parameters.Servlet class cannot declare a constructor with ServletConfig object as a argument and cannot access ServletConfig object.

Is This Answer Correct ?    20 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you create a button with rounded edges?

1244


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

1076


What is the difference between system.out ,system.err and system.in?

1162


What is Stream Tokenizer?

2322


Name three subclasses of the component class?

1161


What modifiers may be used with an inner class that is a member of an outer class?

1117


Is “abc” a primitive value?

1163


Is the infobus client side only?

1165


Is the ternary operator written x : y ? Z or x ? Y : z ?

1161


What is the difference between the string and stringbuffer classes?

1162


What is Remote Server?

2255


What is metaspace?

1089


which book is better for jdbc ,servlets and jsp

2144


Name the eight primitive java types.

1202


What are various types of class loaders used by jvm?

1041