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 |
Why do we need custom tags?
How can information from one JSP be passed to another JSP?
Can I stop jsp execution while in the midst of processing a request?
What is el?
What are the different scope values for the jsp objects?
What is pagescope in jsp?
Can we use methods in JSP? If so where the methods are stored in servlet class file?
6 Answers Bodhtree, Cognizant, Persistent, TCS,
What are scriptlets in jsp?
What is el in jsp?
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme
Explain about the Scriplet and Exclamatory Tag?
What are request and response objects?