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
What is el in jsp?
What is the purpose of
Give a sample jsp configuration in the deployment descriptor.
Can Static method be Override?
What are the types of jstl tags?
How can multiple submits due to refresh button clicks be prevented?
What is difference between jsp and javascript?
Which jsp implicit objects are thread safe?
What are the attributes of page directive?
What is jsp translation time?
How to print java variable in jsp?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
What is the advantage of using getProperty action, as compared to the accessor method?
Why are jsp pages the preferred api for creating a web-based client program?
Explain the difference between jspwriter and servlet printwriter in jsp?