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 full form of jsp?

502


When the destroy method of the jsp's are called?

491


Can we use jsp implicit objects in a method defined in jsp declaration?

514


Can we call destroy method inside init method?

486


What is jsp processing?

478






What is the major difference between servletcontext and pagecontext?

562


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

497


what is the extended star schema

2304


What is a hidden comment?

665


Java Server Page I can use a function in two ways: Either I declare or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

1687


What are the elements of jsp?

495


How to include a jsp file in another jsp file?

492


What is jsp scriptlet tag used for?

496


How do I save a jsp file?

503


What is session tracking in jsp?

495