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

What is the life cycle of Servlet?

Answer Posted / madan mohan

Servlets are server side components used to develop server
side applications.. servlet acts as a controller between
two or more pages...if any changes made in web.xml, we need
to redeploy the application

where as Jsp are java server pages which is combination of
html and jsp tags, directly run at explorer page, no need
to compile

both having similar life cycles like init(), doPOst() or
doGet() and destroy()...

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does varargs work in java?

1144


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

1090


Explain about the security aspect of java?

1012


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

11390


What is the best definition for data?

1025


What is the symbol for average?

1081


Why we cannot override static method?

1123


how are methods defined?

1104


What is exception handling in java?

1083


What is the difference between error and an exception?

1233


What are design patterns and please explain?

1136


What is an immutable class?

1208


What happens if we override only equals?

1015


What is == in java?

1075


Write code to implement bubble sort in java?

1050