What is the difference between jsp and servlet?

Answer Posted / namita

Jsp is defined as Java server pages.
Jsp and servlet both are server side programming language.
the diffence in b/w these two is Jsp is used for
presentation part and servlet is use to give the business
logic.
Servlet act as redirector also. it redirect your page as
per the business logic.

anyhow Jsp are compiled to servlet but Jsp comes in to
picture to separate out the presentation logic from the
servlet to make it loosely coupled.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of sublass in a java program?

753


What are the limitations of procedural programming approach?

724


What is a heavyweight component?

733


What is a Transient Object?

813


What is keyword in oop?

715


Does the order of public and static declaration matter in main method?

815


How does hashset works in java?

729


What will be the default values of all the elements of an array defined as an instance variable?

754


Why do we need autoboxing in java?

735


What is join () in java?

704


How is a structure different from array ?

763


What is java volatile?

725


What is the do while loop syntax?

749


Can final class have constructor?

674


Can we serialize arraylist in java?

735