What is the difference between JSP and Servlet?
Answer Posted / amit kharkia
1)jsp is the tag oriented where as servlet are not the tag
oriented.
2)for the servlet mpping is required where as for jsp no
mapping is required.
3)jsp files are saved by .jsp extension where as servlet
files are saved by .java extension.
4)servlets are more faster than jsp.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
List all tags that are provided in jstl?
What is the scope of response object?
Which two interfaces does the javax servlet jsp package have?
What is jsp and how it works?
What is cookie with example?
What do cookies mean?
What is scriptlet tag?
Explain pge Directives.
Differentiate between response.sendredirect(url) and
Give the use of session object.
How to send data from one page to another in jsp?
What do you mean by isscriptingenabled attribute?
What are the implicit objects in jsp?
What is error page in jsp?
What jsp lifecycle methods can I override?