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 |
How many threads can I run java?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
can we override the main() method in java????
3 Answers Vimukti Technologies,
What happens when a thrown exception is not handled?
Does java allow overriding static methods ?
how come we know the object is no more used in the class?
Can we create an object of private class?
What is the need of transient variables in Java ?
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
________ exception must be either caught or specified in throws class of the method.
Why is java so important?
Which is easier .net or java?