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
What is an api with example?
How do I create a dynamic web project?
Explain scriptlet, expression and declaration in jsp.
How to delete a cookie in a jsp?
What is a javaserver pages (jsp)?
How can the applets be displayed in the jsp? Explain with an example.
What language is used to write servlets and jsp?
How do I mix jsp and ssi #include?
What is the jspdestroy() method?
How did you implement caching in jsp?
Explain some jsp life-cycle methods that can be overridden.
What is jsp param?
What are the features of jsp?
Differentiate between include directive and include action.
Explain jsp and tell its uses?