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
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?
Define event bubbling?
What are the uses of javascript in web page designing?
What is new function in javascript?
What is difference between ajax and javascript?
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
What are the different types of errors supported by javascript?
What are the various functional components in javascript?
Why is java better than javascript?
What is the importance of javascript? Expalin
What is the use of a weakset object in javascript?
How to have an element invoke a javascript on selection, instead of going to a new url?
What typeof returns for a null value?
Why is javascript called richer interface?
What is the difference between innerhtml & innertext?