what is the purpose of using jsp?

Answer Posted / sindhu rudra

java server pages(jsp) helps a programmer to build dynamic web pages based on document type like html , xml etc ....
TO run a JSP program we should have servlet container(ie.,web server)like tomcat , web logic , jetty etc

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can javascript be used to improve the "look and feel" of a web site? By the same token, how can javascript be used to improve the user interface?

721


Define event bubbling?

698


What are the uses of javascript in web page designing?

658


What is new function in javascript?

771


What is difference between ajax and javascript?

662


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

2250


What are the different types of errors supported by javascript?

818


What are the various functional components in javascript?

720


Why is java better than javascript?

676


What is the importance of javascript? Expalin

725


What is the use of a weakset object in javascript?

718


How to have an element invoke a javascript on selection, instead of going to a new url?

659


What typeof returns for a null value?

751


Why is javascript called richer interface?

718


What is the difference between innerhtml & innertext?

683