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 / jas
sessionobject is stored at serverside.
by using the session name the session object recognizes.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the sequence of steps to write pub or sub model kind of application?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
How would you detect a keypress in a jcombobox?
What is the difference between java class and bean?
Is the session factory thread safe?
Define prototype?
What are the different algorithms used for clustering?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Is a class a subclass of itself?
To what value is a variable of the string type automatically initialized?
What are the purpose of introspection?
What are callback interfaces?
What if the static modifier is removed from the signature of the main method?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is threadfactory?