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
What are the implicit, internal objects and methods on the jsp page?
What is the need of jsp?
What is jsp param?
How can I override the jspdestroy() method within a jsp page?
What are the directives in jsp?
What is difference between jspwriter and servlet printwriter?
What is the resourcebundle class in jsp?
Explain implicit objects in jsp?
What is session management in jsp?
What is a page directive?
What is the difference between java servlet and jsp?
What is difference between sendredirect and forward?
What is the difference between hide comment and output comment?
What are jsp and servlets?
How to forward a request to another source?