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 |
What is a default package ?
How does hashset works in java?
What is the difference between logical data independence and physical data independence?
where do we use init()
how many ways we can serialize the java object?
Explain 5 io best practices?
What is string example?
What is finalize() function in java?
what is webservices?
Why there are some null interface in java? What does it mean?
What is meant by vector class, dictionary class, hash table class, and property class?
Suppose there is an array list [10,5,20,19,15,24].Print them in ascending & descending order in collection framework concept ???