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 / ranjan satapathy

Jsp is better for preparing presentation pages, while
servlet is good for request processing as it's more
difficult to write include, forward a static or dynamic url
with in out.println() ,

Jsp has also all implicit objects, we need not have to
instantiate any which is easier.

error handelling is easy in jsp isErrorPage="true"
errorPage="/page"

we need not have to bother about init(),service(),destroy
(),doGet(),doPost()in jsp.

in servlet for each time changing we have to explicitly
compile it.

Jsp automatically compiled by container when we reload the
page.

Is This Answer Correct ?    77 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How clear chache and buffer of opera browser.

2443


Why do we need custom tags in jsp?

926


What is a jsp expression?

1036


What is scripting elements in jsp?

985


What is difference between sendredirect and forward?

1056


How many tags are provided by jstl?

1006


How can the output of JSP or servlet page be prevented from being cached by the browser?

935


How can html output be prevented from being cached?

958


What does .com stand for?

884


What is session scope?

999


What is jsp include tag?

945


Why use of scripting elements in jsp is discouraged?

984


How to send data from jsp to jsp?

976


How are the jsp requests handled?

989


What do you know about writing custom jsp tags?

887