Where does the session Object stores? If 100 users are
connecting to the server. How does it recognize which
session belongs to which user?
Answer Posted / rajesh
Whenever the first request comes from the browser(user) the
sever creates an session object for that request and send a
session id back to the user(browser).
Based on the session id server recognizes the session for
user.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is a class loader? What are the different class loaders used by jvm?
what is a non-repeatable read?
What are the services in RMI ?
What method is invoked to cause an object to begin executing as a separate thread?
What is the immediate superclass of the applet class?
Java is fully object oriented languages or not?
Which are the different segments of memory?
What are the different class loaders used by jvm?
What is the purpose of the wait() method?
Is the session factory thread safe?
What is the RMI and Socket?
What is the difference between the string and stringbuffer classes?
What is synchronization and why is it important?
Explain what is synchronization?