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
Is null in java?
What is the meaning of course?
What is function and its uses?
What are the features of junit?
What is a parameter example?
what is heap memory?
How to access arraylist elements in java?
What is overriding in java?
How do you sort in ascending order in java?
Explain about instanceof operator in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What are predicates in java 8?
What is literal example?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?