what is the purpose of using jsp?



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

Post New Answer

More JavaScript Interview Questions

What does the delete operator do in JavaScript?

1 Answers  


How typeof operator works?

0 Answers  


Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.

1 Answers  


Can I write javascript in notepad?

0 Answers  


Are java and javascript the same?

0 Answers  






What is the most popular javascript library?

0 Answers  


How do you check if a variable is an object

0 Answers  


How to open a window with no toolbar, but with the location object?

0 Answers  


What is the difference between write and writeln in javascript?

0 Answers  


Explain the role of deferred scripts in javascript?

0 Answers  


What is use strict in javascript?

0 Answers  


When would you use var in your declaration and when you wouldn’t?

0 Answers  


Categories