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
Explain the use of sublass in a java program?
What are the limitations of procedural programming approach?
What is a heavyweight component?
What is a Transient Object?
What is keyword in oop?
Does the order of public and static declaration matter in main method?
How does hashset works in java?
What will be the default values of all the elements of an array defined as an instance variable?
Why do we need autoboxing in java?
What is join () in java?
How is a structure different from array ?
What is java volatile?
What is the do while loop syntax?
Can final class have constructor?
Can we serialize arraylist in java?