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 lifetime variable?
What does the append?
Can java object be locked down for exclusive use by a given thread?
Explain the concept of hashtables?
What does bitwise or mean?
What are the main concepts of oops in java?
What is meant by the value of a variable?
How does singleton class work?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is the use of generics? When was it added to the Java development Kit?
How to create an immutable class?
Why is singleton instance static?
Which class is used by server applications to obtain a port and listen for client requests?
What are the procedures?
Difference between collection, collection and collections in java?