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 do you comment out in jsp?
How can we disable java code or scripting in jsp page?
What is auto-flush attribute?
How we can disable session in jsp?
What is JTGrid?
What is meant by implicit objects and what are they?
What is difference between javascript and jsp?
Which tag is used to execute java source code in jsp?
Differentiate between jsp scriptlet tag and declaration tag.
Which categories can be divided jstl tags, give examples.
What is cookies in jsp?
What does jstl mean?
How can information from one JSP be passed to another JSP?
Can constructor be used instead of init(), to initialize servlet?
What is the use of?