How do you maintain a stateful session object across the
session

Answers were Sorted based on User's Feedback



How do you maintain a stateful session object across the session..

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

How do you maintain a stateful session object across the session..

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

Post New Answer

More Advanced Java Interview Questions

whats is mean by class.forName() whats the return type of class

6 Answers   SolutionNET,


can i call multipule form beans in Action class?

1 Answers   Wipro,


What if the static modifier is removed from the signature of the main method?

0 Answers  


Thread life cycle?

3 Answers   TCS,


how we can implement interface in jsp ?

2 Answers   Google,






difference between sql exception class and sql warning class

1 Answers  


Connection Pooling with different type of databases?

1 Answers  


what is Activation Instantinator?

0 Answers  


What are different types of layout managers in java.awt package?

3 Answers   Android, CA,


How task's priority is used in scheduling?

0 Answers   HCL,


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


What is the map interface?

0 Answers  


Categories