What is JSP?

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


Please Help Members By Posting Answers For Below Questions

What is the need for jsp?

625


What is scriptlet, expression and declaration in jsp?

564


Define JSP Scriptlet.

650


How do I use comments within a jsp page?

634


Explain lifecycle methods.

660






What is jsp param?

726


What language is used to write servlets and jsp?

529


How do I mix jsp and ssi #include?

635


Is jsp a front end?

629


What is jsp and why is it needed?

601


Can jsp run without server?

550


Give the use of session object.

626


Why is it not necessary to configure standard jsp tags in web.xml?

569


What is cookie with example?

582


What does it mean when tags or attributes are said to be deprecated?

618