what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / vinit srivastava
JSp is the extension of Servlet which simplyfiy development
of web application by facilitating embedding of dynamic
content generation logic into html pages.
Application developers used to write presentation logic in
servlet which result in a maintenence problem.
Development of servlet is a triesone process.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the types of an http request?
Why is http protocol called as a stateless protocol?
Explain the difference between jsp and servlet?
Which are the different ways you can communicate between servlets?
What is ServletContext object?
Why is a constructor needed in a servlet even if we use the init method?
What are the difference between RMI and Servlets?
When to use doget() and when dopost()?
What is the difference between encodeRedirectUrl and encodeURL?
What are different Authentication options available in Servlets.
What is cgi and what are its drawbacks?
How do I use cookies to store session state on the client?
Write a simple servlet program to print the contents of html.
What's the architecture of a servlet package?
If my browser does not support cookie, and my server sends a cookie instance what will happen?