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
Where can I ask questions and make suggestions about seam?
Explain about local interfaces.
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is local interface. How values will be passed?
What is the difference between the string and stringbuffer classes?
What is the purpose of the notify() method?
When a thread blocks on i/o, what state does it enter?
Which javutil classes and interfaces support event handling?
What are the different class loaders used by jvm?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is the relationship between local interfaces and container-managed relationships?
Are enterprise beans allowed to use thread.sleep()?
When a thread blocks on i/o?
Which class is the immediate superclass of the menucomponent class?
Why does the tag url-encode javascript and mailto links?