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
How did you implement caching in jsp?
What is the purpose of jsp?
How does response sendredirect work?
Why do we use jsp?
What language is used to write servlets and jsp?
Explain the difference between include directive and include action in jsp?
List the various action tags used in jsp.
How do we catch exception and process it using jstl?
Explain jsp action elements or action tags?
What is jstl core tags?
What is tld in jsp?
Why is it not necessary to configure standard jsp tags in web.xml?
Java Server Page I can use a function in two ways:
Either I declare
What is jsp taglib?
What is the difference between a scrollbar and a scrollpane in jsp?