What is the use of Application Object and Session Object in
JSP?
Answer Posted / guest
Application Object is limited to with in the WebApplication
Session is limited to the single client
Is This Answer Correct ? | 22 Yes | 7 No |
Post New Answer View All Answers
What is the difference between java servlet and jsp?
Explain some jsp life-cycle methods that can be overridden.
What is jsp custom tag and what are it’s components?
Why we use jsp instead of html?
Can you override jspinit() method? If yes, in which cases?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Explain jsp lifecycle methods?
What is a jsp directive?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Can we write java code in jsp?
What is scriptlet and what is expression?
Explain the difference between servlet and jsp?
How do I use sendredirect?
What do jsp literals consist of?
What is jsp life cycle?