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 |
is memory to the abstract class allocated ..or objects not instantiated
Explain access specifiers?
0 Answers Thomson Reuters, Virtusa,
What are 3 data types?
How to convert string to char and vice versa?
what is the difference between future and callable interface in java?
Which oo concept is achieved by using overloading and overriding?
What is compiler and what its output.
What is a variable declaration?
Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:"))); can it run under this
What is package protected in java?
What does microservices mean?
3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)