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
Can we override servlet service method?
What are the uses of servlet
What's the difference between authentication and authorization?
What do you mean by web applications? Explain web application directory arrangement?
What is the main purpose of java servlets?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the default http method in the servlet?
How can you use a servlet to generate a plain text instead of html?
Why HttpServlet class is declared abstract?
What are some advantages of storing session state in cookies?
List the Different types of servlet?
How httpservlet is different from the genericservlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
Explain the difference between servlet and cgi?
What is the difference between the servlets and cgi programs?