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 Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?

Answer Posted / abilash

servlet: its a java class so for every change we have to
compile the code to reflect the change.Mainly using for
writing business logics.

jsp:its a file, its automatically converted into a servlet
on deploying. We can't compile it explicitly.the changes
will get reflect by saving the file.Its mainly used for
presentation of data

Is This Answer Correct ?    235 Yes 41 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Servlets and Applets?

1095


What is servlet looping or chaining?

1188


What’s the difference between forward() and sendredirect() methods?

1065


Elucidate servlet attributes and its scope?

1075


How does tomcat servlet container work?

1131


What are the uses of servlet and what is servlet chaining?

1147


What is servlet in simple terms?

1076


How is the get () method different from the post() method?

1036


How do we translate jsp?

1110


Explain web application directory arrangement?

1144


What are the supporting protocol by HttpServlet ?

1256


What is the difference between genericservlet and httpservlet

1156


Which event is fired at the time of setting, getting or removing attribute from application scope?

1193


Does servlet have main method?

1244


why we should override only no-agrs init() method.

1189