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 / r b arumugam

Java Servlet is a Java File and is converted into .class
file. If there is any changes in Servlet we must compile
once again.
JSP is a HTML file and java coding is embedded into it. The
JSP page is automatically compiled. There is NO deplyment
descriptor file in JSP as web.xml

Servlet is fully java coding and JSP is a collection of
HTML,JSPtag,JSTL

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How native code can be used in a servlet?

4118


What are the types of protocols supported by httpservlet ?

1277


What is the advantage of Servlets when compared with other server side technologies?

2393


Write a program to show the functionality of doget and dopost method?

1257


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1141


What is the workflow of a servlet?

1225


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

1106


Why the container loads server at the application startup and how?

1115


What is the use of send redirect () method?

1146


How to create war file?

1226


Is servlet thread safe?

1038


Why do we have servlet wrapper classes?

1115


What is the default http method in the servlet?

1348


What is servlet? Explain

1108


What is URL Encoding?

1279