How do you maintain a stateful session object across the
session
Answer Posted / balaji
Stateful session object across the session may be maintained
through :
1. Hidden fields
2. Cookies
3. Http Session Object
a) Session managed using Cookies
b) Session managed using URL-reWriting technique.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different methods of identifying an object?
What are the call back methods in entity bean?
For which statements does it make sense to use a label?
How task's priority is used in scheduling?
Why is string immutable in java?
How substring() method of string class create memory leaks?
Why do threads block on i/o?
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?
Name the eight primitive java types.
Explain what is synchronization?
wahts is mean by dynavalidatorform in struts/
Difference between hashmap and hashtable?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Is there a guarantee of uniqueness for entity beans?
What is the purpose of the notifyall() method?