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 |
What is the use of debugger keyword in javascript?
If an array with name as "names" contain three elements, then how will you print the third element of this array?
How are event handlers utilized in javascript?
Which built-in method removes the last element from an array and returns that element?
Does apple use javascript?
How do you declare javascript?
Difference between Client side JavaScript and Server side JavaScript?
What is encodeuri() function?
How to replace all occurrences of a string in JavaScript?
How can a particular frame be targeted, from a hyperlink, in javascript?
How do you include a comment in javascript?
What is the use of let & const in javascript?