what is jsp? a technology ,a language or something else ?
Answer Posted / 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 |
Post New Answer View All Answers
Is jsp better than servlet?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
When does a container initialize multiple jsp objects?
Give a sample jsp configuration in the deployment descriptor.
Explain various implicit objects in expression language.
Differentiate between include directive and include action.
What are jsp action tags?
Can we call servlet from jsp?
Can we call destroy method inside init method?
How to access java variable in jsp?
Which two interfaces does the javax servlet jsp package have?
Which jsp implicit objects are thread safe?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Explain JSP directives.
What are the different life-cycle methods?