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 / sarfaraz sheikh

difference between Servlet and JSP::

Servlet::

1) It is a controller which is used into appllication to
collect inputs from end user and pass them to service layer.

2) It is service provider between presentation layer and
service layer.

3)It has less execution time as compare to JSP.

4)It is used to desighn static and dynamic pages for GUI.

5) Servlet doesent has implecit objects but there is an
option to make explicit objects.

6) We can be embeded html or plan text with servlet classes.

7)It suport to http and others protocol.

JSP::

1) 1) It is not controller which is used into appllication
only purpose of desighning GUI.

2) It is service provider between presentation layer and
service layer.

3)It has less execution time as compare to JSP.

4)It is used to desighn static and dynamic pages for GUI.

5) Servlet doesent has implecit objects but there is an
option to make explicit objects.

6) We can be embeded html or plan text with servlet classes.


JSP::

1) 1) It is not controller which is used into appllication
only purpose of desighning GUI.



2) It is service provider between presentation layer and
service layer.

3)It has less execution time as compare to JSP.

4)It is used to desighn static and dynamic pages for GUI.

5) Servlet doesent has implecit objects but there is an
option to make explicit objects.

6) We can be embeded html or plan text with servlet classes.


JSP::

1) 1) It is not controller which is used into appllication
only purpose of desighning GUI.

2) It is not service provider between presentation layer and
service layer but it is component of presentation layer.

3)It has more execution time as compare to servlet.

4)It is used to desighn only dynamic pages for GUI.

5) JSP has implecit objects to implements jsp code.

6) JSP allow to embeded java code into predifined jsp tages.

7) JSP only suport to http protocol.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the methods of request dispatcher in servlet?

1101


Which HTTP method is non-idempotent?

1186


What is the main purpose of java servlets?

1116


What is the purpose of dispatcherservlet properties?

1194


What is the directory structure of web application?

1045


Which java application server is the best?

1087


how the HTML data stored in web server?

2694


Name the packages that work with servlet?

1060


What do you mean by interservlet communication?

1123


What are the two important api's in for servlets?

1139


How to handle exceptions thrown by application with another servlet?

1143


Is servlet a controller?

1058


How can you create a session in servlet?

1215


What is session?

1127


What is the difference between context parameter and context attribute?

1125