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

How to find out the name of the http method using jsp el?

524


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

991


How do you delete the session data?

516


Show the 2 types of comments in JSP.

538


What is difference between jsp and javascript?

478






What is the standard action?

523


What's the difference between javabeans and taglib directives?

524


Give a sample jsp configuration in the deployment descriptor.

491


How can we stop errors on display in a jsp page?

509


How do I view a jsp file?

475


What is the difference between include directive and include action?

498


What is application scope in jsp?

502


What is context url?

477


What is a translation unit?

499


How will you use jsp el in order to get the http method name?

500