What is the difference between JSP and Servlet?
Answer Posted / joshua pathrose
The main difference is the servlet has to mapped in
WEB.xml(deployement descriptor) file ,whereas JSP does not.
2.It support only
Http. whereas servlet support FTP,Http etc
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
Write a simple example for the clone() method.
What jsp lifecycle methods can be overridden?
What does jsp mean?
Why we use jsp instead of html?
what is the difference between jsp and servlets ?
What are jsp implicit objects?
Can I run jsp on xampp?
Why is used in jsp?
When does a container initialize multiple jsp / servlet objects?
What is an expression language?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Mention the jstl core tags.
Differentiate between response.sendredirect(url) and