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 class is used to create Server side object ?
When a thread blocks on i/o?
Explain RMI Architecture?
Where can I find seam examples and documentation?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is glasgow?
What are the different types of exception?
Can you control when passivation occurs?
What is the purpose of the notifyall() method?
What is the difference between a static and a non-static inner class?
Is it possible to stop the execution of a method before completion in a sessionbean?
what is meant by JRMP?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is a session? Can you share a session object between different theads?