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 |
Can you give few examples of final classes defined in java api?
What is the immediate superclass of Menu?
Is this valid in java ? Can we instantiate interface in java?
How do you convert an int to a double in java?
What does sprintf mean?
Is hashset ordered?
whats the life cycle of jsp
What is unicode?
What is <> used for in java?
What is difference between ++ I and I ++ in java?
Mention a package that is used for linked list class in java.
What does i ++ mean in Java?