what is the purpose of using jsp?
Answer / 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 |
List some features of javascript.
what is function of stdio.h
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
What are the different actions that are performed using javascript?
What is a frontend framework?
How generic objects can be created?
Explain export & import in javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
Is there automatic type conversion in JavaScript?
How can I learn coding fast?