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 difference between JSP and Servlet?

Answer Posted / vignesh

servlet and jsp are web components. But servlet is
best suited for request processing, handling the business
logic while jsp is suitable for content generating .Its
easy to include html tag in jsp rather than servlet.Also
jsp is compiled to servlet when first loaded to
webserver.So in many framework servlet act as a controller
while jsp as a view.Also implicit object and action
elements available in jsp but not in servlet.Using servlet
as request processor and jsp as view we can achieve the mvc
architecture.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jsp action tags?

942


Why are implicit objects not available in a regular jsp page?

1217


Give a sample jsp configuration in the deployment descriptor.

974


What is jsp scriptlet tag used for?

954


Why jsp is used instead of html?

1097


Explain the difference between servlet and jsp?

1035


How can we forward the request from jsp page to the servlet?

982


What is the use of session management?

942


Why should we not configure jsp standard tags in web.xml?

955


What is the standard action?

997


Which package does jsp api consist of?

1051


Show attributes of page directives.

1011


What is c tag in jsp?

933


Define Composition.

1019


What are advantages of jsp over asp, php, pure servlets and others?

968