Answer Posted / janet
JSP is a dynamic scripting capability for web pages that
allows Java as well as a few special tags to be embedded
into a web file (HTML/XML etc). The suffix traditionally
ends with .jsp to indicate to the web server that the file
is a JSP file.JSP is a server side technology you can't do
any client side validation with it.
The advantages are :
1. the JSP assists in making the HTML more
functional.Servlets on the other hand allow outputting of
HTML but it is a tedious process.
2. it is easy to make a change and then let the JSP
capability of the web server you are using deal - compiling
it into a servlet and running it.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the need for jsp?
What is scriptlet, expression and declaration in jsp?
Define JSP Scriptlet.
How do I use comments within a jsp page?
Explain lifecycle methods.
What is jsp param?
What language is used to write servlets and jsp?
How do I mix jsp and ssi #include?
Is jsp a front end?
What is jsp and why is it needed?
Can jsp run without server?
Give the use of session object.
Why is it not necessary to configure standard jsp tags in web.xml?
What is cookie with example?
What does it mean when tags or attributes are said to be deprecated?