What is meant by Session? Explain something about HTTP Session
Class?



What is meant by Session? Explain something about HTTP Session Class?..

Answer / gaurav khandelwal

A Session refers to all the request that a single client
makes to a server. A session is specific to the user and
for each user a new session is created to track all the
request from that user. Every user has a separate session
and separate session variable is associated with that
session.
HttpSession is an interface that Provides a way to identify
a user across more than one page request or visit to a Web
site and to store information about that user.

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is the use of java?

0 Answers  


What is user defined exception in Java?

0 Answers   TCS,


Can a abstract class be declared final?

0 Answers  


If an object is garbage collected, can it become reachable again?

0 Answers  


What is the size of arraylist in java?

0 Answers  






Does google use java?

0 Answers  


My interview asked what is dynamic variable in java and where we use them.

2 Answers   IBM,


Name the package that always imported by default?

4 Answers  


How Applets & Servlets will communicate with each other?

2 Answers  


What is a hashmap used for?

0 Answers  


How to display arraylist values in java?

0 Answers  


Are strings immutable in java?

0 Answers  


Categories