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 server side programming language?
When the destroy method of the jsp's are called?
What are jsp implicit objects?
What does jstl mean?
What is the advantage of using getProperty action, as compared to the accessor method?
Why don’t we need to configure jsp standard tags in web.xml?
What is the difference between jsp and php?
What is the difference between java servlet and jsp?
Can you disable jsp scripting?
How to include static files in a JSP page?
What are scriptlets in jsp?
Can an interface be implemented in the jsp file?
How do I create a dynamic web project?
What is difference between custom jsp tags and beans?
How to connect jsp and java file?