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 a servlet? and explain its lifecycle methods?

Answer Posted / narendra chiguluri

Servlet is a server side program which extends the
functionality of the server. life cycle methods are inIt(),
service(), destroy().

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I run seam in a j2ee environment?

1036


What is java netbeans?

1018


I’m new to WebLogic Does anyone knows how to Deploy Application using

2249


What should a junior java developer know?

951


public class ActionSearchBean extends GenericSearchBean { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

2533


What is digest authentication?

1090


What are the components and containers in java?

951


What is mean by j2ee?

915


What are struts?

963


Differentiate between .ear, .jar and .war files.

1209


What do you mean by the component contract?

1039


Which framework is best for java?

1013


What is javafx java?

1102


what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?

2564


Where is java used?

957