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 is the difference between applet and application?
How does the java compiler work?
What does three dots mean in java?
What are the differences between checked exception and unchecked exception?
What do you mean by JVM?
What are the types of inner classes (non-static nested class) used in java?
Are registers volatile?
What are data structures in java?
what is anonymous class in java?
what is synchronization and why is it important? : Java thread
Why do we need singleton class?
How do you do a line break in java?
How do listeners work?
How garbage collection is done in java?
What is the difference between static and non-static variables in java programming?