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
Which one is correct order of phases in jsp life cycle?
Which jsp lifecycle methods can be overridden?
What is the include directive?
What is session setattribute?
What are the different types of directives available in jsp?
Explain the jsp implicit objects?
Mention the advantages of jsp over pure servlets?
How to run java program in jsp page?
What is custom tag library?
How do I use a scriptlet to initialize a newly instantiated bean?
Can I stop jsp execution while in the midst of processing a request?
What are the jsp lifecycle phases?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
What are directives in jsp?
What is a jsp and what is it used for?