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 |
how to u se in jsp
What are the jsp elements?
What do cookies mean?
What is jsp and why do we need it?
Why is it not recommended to use script elements in jsp?
How do you connect to the database from jsp?
How many jsp scripting elements are there and what are they?
How to run java program in jsp page?
Which language is used to write servlets and jsp?
How to include static files in a jsp?
Is there a way to reference the "this" variable within a jsp page?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?