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


Please Help Members By Posting Answers For Below Questions

What are the implicit, internal objects and methods on the jsp page?

648


What is the need of jsp?

649


What is jsp param?

810


How can I override the jspdestroy() method within a jsp page?

681


What are the directives in jsp?

608


What is difference between jspwriter and servlet printwriter?

711


What is the resourcebundle class in jsp?

650


Explain implicit objects in jsp?

752


What is session management in jsp?

689


What is a page directive?

667


What is the difference between java servlet and jsp?

653


What is difference between sendredirect and forward?

689


What is the difference between hide comment and output comment?

1462


What are jsp and servlets?

651


How to forward a request to another source?

710