What is the difference between jsp and servlet?
Answer Posted / mahesh
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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is array a class in java?
Is ruby built on java?
How can you traverse a linked list in java?
What are unchecked exceptions in java?
What is java algorithm?
What is the meaning of course?
explain what is transient variable in java?
What is default locale java?
Are private methods final?
Is call by reference possible in java?
What is scope of a variable?
How many digits can a float hold?
Explain about field hiding in java?
What is difference between arraylist and list in java?
How do you clear a method in java?