Plz any body tell me why use jsp over servlet.what is the
benefit of jsp over servlet?
Answer Posted / taufeeq
JSP is a text based document that is used to write the code
in java language and any other scripting language like HTML.
We can develop the dynamic Webpages through the JSP
technology.
Servlet is used as a server side applet that works on
the server and recieves the client request through server
andafter process this request send the responce as the
result to the client through the server.
Servlet Does not use any scripting language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is jsp front end or backend?
Explain translation phase.
What is difference between html and jsp?
Can jsp contain javascript?
How is jsp used in the mvc model?
Explain scriptlet, expression and declaration in jsp.
What is jsp scriptlet tag used for?
How can we forward the request from jsp page to the servlet?
Give an example where you need jsp custom tag?
Can we use the exception implicit object in any jsp page?
What is jsp technology?
How can I set a cookie and delete a cookie from within a jsp page?
What is jsp in javascript?
What is a declaration statement?
How does error handling occur with jstl?