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 |
whats is mean by class.forName() whats the return type of class
can i call multipule form beans in Action class?
What if the static modifier is removed from the signature of the main method?
Thread life cycle?
how we can implement interface in jsp ?
difference between sql exception class and sql warning class
Connection Pooling with different type of databases?
what is Activation Instantinator?
What are different types of layout managers in java.awt package?
How task's priority is used in scheduling?
what is the difference between System.out.println and out.println in java
What is the map interface?