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
Which one is better jsp or servlet?
What are page directives?
What is client scripting?
How do I use sendredirect?
What is jstl core tags?
What is jsp action tags?
Mention the various implicit objects used in the expression
What is jsp and its advantages?
Which syntax is used to comment jsp?
How we can configure init params in jsp?
Can we use the exception implicit object in any jsp page?
What is jsp scriptlet tag used for?
What is a javaserver pages (jsp)?
How does a jsp engine work?
How is jsp better than servlet technology?