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 a expression?
What is the purpose of
How can we handle exceptions thrown by jsp service method?
Mention the jstl core tags.
Why don’t we need to configure jsp standard tags in web.xml?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How to include static files in a jsp?
Which is better jsp or javascript?
What is jsp technology?
Is jsp platform dependent?
What is tld file?
How do I create a dynamic web project?
Why are jsp pages the preferred api for creating a web-based client program?
What is a declaration statement?
Explain the