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 is JTGrid?

1987


How do I perform browser redirection from a jsp page?

510


Can we use the exception implicit object in any jsp page?

497


How to call java method in jsp page on button click?

1015


Which categories can be divided jstl tags, give examples.

527






Why is _jspservice () method starting with an '_'?

455


What is translation phase?

581


What is custom tag library?

497


How can information from one JSP be passed to another JSP?

597


What are jsp action tags?

468


How can my application get to know when a httpsession is removed?

559


What is the advantage of using getProperty action, as compared to the accessor method?

2780


What are the implicit el objects in jsp?

550


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

514


What is a jsp file?

495