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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you clear a method in java?

732


What do you understand by the term singleton?

765


What is anonymous inner class?

812


Can anonymous class have constructor?

774


What is a method vs function?

743


How do you pass by reference?

737


What is data object example?

716


What happens when main () method is declared as private?

845


Can list be final in java?

688


Is int primitive data type?

737


Is java a compiler?

753


Java.util.regex consists of which classes?

764


What is the use of string and stringbuffer?

754


What is a static class in java?

735


Can one thread block the other thread?

785