What is the use of Application Object and Session Object in
JSP?
Answer Posted / krrish
Application object is used to maintain the information
related to the current webapplication which is running in
the webcontainer.
Session object is used to maintain the information related
to the browser from which the user gets the request.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What is jsp action tags?
When destroy method of jsp is called?
What is client side technology?
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
Define Composition.
Why do we use expression language in jsp?
What is a output comment?
What are directives? What are the different types of directives available in jsp?
What is jsp container?
Define Static Block.
Explain lifecycle methods.
How can you make the finally clause not to fail to execute?
Can I run jsp on xampp?
Is jsp server side scripting language?