what is jsp? a technology ,a language or something else ?
Answers were Sorted based on User's Feedback
Answer / win_arihant
JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML,
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / v.bojjanna
jsp is one of the technology by using this u can develop dynamic web pages by using tag.
it is combination of html, xml tag.
it is more usfull than servlet.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / krishnan
This is java server pages.its used to dynamicaly generated
web pages via html and xml.
There used to tag.
the pages are included,forwarded etc..
this is easy way to code in a project
| Is This Answer Correct ? | 2 Yes | 3 No |
What are the literals used in jsp?
What is difference between sendredirect and forward?
What is contextpath in jsp?
How do we print “<br> creates a new line in html” in jsp?
What is a session in web?
Can you override jspinit() method? If yes, in which cases?
What are the steps for creating custom tags in jsp?
What is a declaration?
What is scriptlet tag in jsp?
What does jsp mean?
What is jsp exception?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?