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 use of session tracking ?with example?
Can an interface be defined inside a class?
How can I right-justify a string?
Explain differences between collection api and stream api?
What do you mean by hashing?
how to minimize the functionality to will not force garbage collector?
Can a main method be overloaded?
How does indexof work?
What is a variable in java?
What are teh sub-classes of a component class?
What are the types of statement? explain
What is files manifesting?