How do you maintain a stateful session object across the
session

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is the ternary operator written x : y ? Z or x ? Y : z ?

640


What is jboss?

576


Brief description about local interfaces?

630


Do you think that java should have had pointers?

606


Explain about local interfaces.

593






What is threadfactory?

621


what are RemoteObjects?

2262


Can I map more than one table in a cmp?

596


Can I use multiple html form elements with the same name?

583


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!

1369


What modifiers may be used with an inner class that is a member of an outer class?

580


What is difference between object state and behavior?

586


Can I import same package/class twice? Will the jvm load the package twice at runtime?

649


wahts is mean by dynavalidatorform in struts/

1573


Where can I ask questions and make suggestions about seam?

599