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
What is an immutable object?
Describe the various concepts related to object oriented programming (oop).
What is the nested interface?
What are facelets templates?
Write a program to reverse array in place?
Can we use switch statement with strings?
What is jrmp?
What are the Static and Dynamic Variables? Differentiate them.
What does escaping a character mean?
Why hashset is used in java?
What does java final mean?
What is class forname?
What if constructor is protected in java?
How does arraylist work in java?
Can a static member function access member variable of an object?