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 |
Is client side front end?
How to write comment in JavaScript?
What is the use of history object?
What is the use of 'bind' method in JavaScript?
How can a page be forced to load another page in javascript?
Are java and javascript same?
What is the most popular javascript library?
Do unused imports affect performance javascript?
What is the use of a date object in javascript?
how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...
How do I open a website code?
What will be the output of the following code? //nfe (named function expression) var Foo = Function Bar() { return 7; }; typeof Bar();