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

when a servlet sends request for first time it uses the
follwing methods
a)init
b)doget()
c)dopost()
d)service

Answer Posted / sowmya

A servlet can receive a request or forward the request to
another component in an application.

When a servlet receives a request, if it is already
initialized, then the service() method is called. If not
then its constructor is called and then its init() method.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is namespace in java?

1062


How do you reverse a string in java without using string buffer?

1149


What advantage do java's layout managers provide over traditional windowing systems?

1021


List down the methods and interfaces of collection class in java.

1040


Explain oops concepts in detail?

1078


What are the special characters?

1020


What is the difference between an interface and an abstract class?

1056


Is ++ operator thread-safe in java?

1241


Discuss different types of errors that generally occur while programming.

1091


What is the difference between logical data independence and physical data independence?

1088


What is hashing principle in java?

1083


Is arraylist sorted in java?

1064


What is the purpose of static methods and static variables?

1128


Does treeset allow null in java?

1012


When can we say that threads are not lightweight process in java?

1215