Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Daryl Butler   on May 05 In Java Category.

  
Question Answered By: Adalwen Fischer   on May 05

short answer - not a lot - jsp  compiles to a servlet.
longer answer - you would tend to use jsp when you have some (html or
other) display component
but not necessarily so, you can do anything with jsp that you can do
with a servlet and more.
jsp's do tend to be easier to find on a server
(the url doesn't have to have /servlet/ in it or be specifically mapped
to somewebapp url space)
a jsp usually lives with the html content of your webapp........

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on What is the basic difference between JSP & Servlets Or get search suggestion and latest updates.


Tagged: