What is the difference between JSP and Servlet?
Answer Posted / sss
JSP is mainly used for presentation only. A JSP can only be
HttpServlet that means the only supported protocol in JSP
is HTTP. But a servlet can support any protocol like HTTP,
FTP, SMTP etc.
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What does .com stand for?
What is a tag file in jsp?
What is difference between include directive and jsp:include action?
What class.forname will do while loading drivers?
What is request scope in jsp?
What is taglib uri in jsp?
How do I use comments within a jsp page?
What is jstl used for?
Why we use jsp instead of html?
What is the full form of jsp?
What is the
Why use of scripting elements in jsp is discouraged?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Differentiate between response.sendredirect(url) and
What are the benefits of pagecontext implicit object?