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 / priyanjan
all session objects are reside at server side.user
belonging session is recognised by their session id.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are the different class loaders used by jvm?
Is it possible to stop the execution of a method before completion in a sessionbean?
How will you pass parameters in RMI? Why do you serialize?
What is abstract schema?
How task's priority is used in scheduling?
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 are the benefits of detached objects?
Can we sent objects using Sockets?
Write a singleton program?
Do I need to import javlang package any time? Why ?
What are the different algorithms used for clustering?
Why a component architecture for the java platform?
What are the different methods of identifying an object?
What is the argument type of a programs main() method?
What is a sessionfactory? Is it a thread-safe object?