How do you maintain a stateful session object across the
session
Answers were Sorted based on User's Feedback
Answer / sangeetta
Stateful session object across session may be maintained
through session tracking techniques :
1)Cookies
2)URL rewriting
3)Session Variables
4)HttpSession
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
What is thread deadlock? How to resolve thread deadlock?
Describe, in general, how java's garbage collector works?
What must a class do to implement an interface?
Why use a datasource when you can directly specify a connection details?
What is the difference between Super and This Keyword?
What value does read() return when it has reached the end of a file?
What is a class loader? What are the different class loaders used by jvm?
What if the static modifier is removed from the signature of the main method?
Why are component architectures useful?
How are commas used in the intialization and iteration parts of a for statement?
What is codebase in applet?
What is a compilation unit?