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

Can you give few examples of final classes defined in java api?

0 Answers  


What is the immediate superclass of Menu?

3 Answers  


Is this valid in java ? Can we instantiate interface in java?

0 Answers  


How do you convert an int to a double in java?

0 Answers  


What does sprintf mean?

0 Answers  


Is hashset ordered?

0 Answers  


whats the life cycle of jsp

15 Answers   Satyam,


What is unicode?

5 Answers  


What is <> used for in java?

0 Answers  


What is difference between ++ I and I ++ in java?

0 Answers  


Mention a package that is used for linked list class in java.

0 Answers  


What does i ++ mean in Java?

0 Answers  


Categories