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 / sivasubramanian.k

JSP are java server pages which constitute of html pages
embedded in it ie it is useful for both presentation and
application/business logic..It is compiled only once and
each time it is not executed by server..While servlet are
server side programs which are compiled and is executed
each time..

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you load a specific locale?

1030


Does variable declaration allocate memory?

1093


What is tree in java?

997


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

1297


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

1034


Give reasons supporting that string is immutable.

1001


How does the java compiler work?

1039


How does sublist works in java?

1029


How big is a boolean?

1097


What is a constructor overloading in java?

1106


What is the lifetime and scope of a variable?

1062


Why put method is idempotent?

974


Why singleton pattern is better than creating singleton class with static instance?

1054


How to stop a thread in java? Explain about sleep () method in a thread?

1071


what is ststic with example

2124