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

Why do we need public static void main(String args[]) method in Java...?

1 Answers  


Why collection is called framework in java?

0 Answers  


What is an accessor?

1 Answers   BirlaSoft,


Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  






why an outer class cannot be declared as private?

1 Answers  


Differences between traditional programming language and object oriented programming language?

0 Answers  


When should we create our own custom exception classes?

0 Answers  


What is the difference between assignment and initialization?

0 Answers  


What does sizeof return?

0 Answers  


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


How do you check if an arraylist is not empty?

0 Answers  


Categories