Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of Application Object and Session Object in
JSP?

Answers were Sorted based on User's Feedback



What is the use of Application Object and Session Object in JSP?..

Answer / 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

What is the use of Application Object and Session Object in JSP?..

Answer / pratheeka reddy

Session represents the HTTP session object associated
with the request,obtained from request getSession().
Application represents the servletcontext object for
storing persistent data for all clients.
The difference between session and application is that
session is tied to one client,but application is for all
clients to share persistent data.

Is This Answer Correct ?    22 Yes 3 No

What is the use of Application Object and Session Object in JSP?..

Answer / 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

What is the use of Application Object and Session Object in JSP?..

Answer / 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

More JSP Interview Questions

How to configure init parameters for jsp?

0 Answers  


How can I declare methods within my jsp page?

0 Answers  


What is declaration statement?

0 Answers  


What class.forname will do while loading drivers?

0 Answers  


Explain the various scope values for <jsp:useBean> tag.

0 Answers  


What is jsp scriptlet?

0 Answers  


What is jsp and why do we need it?

0 Answers  


What is a jsp and what is it used for?

0 Answers  


How to delete a cookie in jsp?

0 Answers  


Explain JSP directives.

0 Answers  


When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

0 Answers  


Give uses of object cloning?

0 Answers  


Categories