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
What are 3 boolean operators?
How to store image in arraylist in java?
Tell us something about set interface.
Why vector is used in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is a treemap in java?
What is equals method in java?
Is java a compiler?
Explain polymorphism citing an example.
How does split work in java?
What is method reference?
What is the purpose of format function?
Write a java program to count the number of words present in a string?
Explain reverse a linked list iterative solution in java?
What is import java util arraylist?