What is the use of Application Object and Session Object in
JSP?
Answer Posted / hazarath k
When a Java bean object is used in while processing
multiple requests and the information is specific to the
particular client, then we place that Java been object in
Session.
When a Java bean object is used in while processing
multiple requests and the information is not specific to
the any client, then we place that Java been object in
Application.
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
What are the different types of jstl tags?
What do you mean by context initialization parameters?
how can i add properties in dynamic text fields using .js file?
What are different implicit objects of jsp?
What is jsp in javascript?
What is pagecontext?
What do you mean by jstl?
How to make a “new line in html” in jsp?
Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this
How can we prevent implicit session creation in jsp?
What is a hidden comment?
What is a jsp file?
What does .com stand for?
What is a jsp expression?
What is the