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

AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


what is the RMI / IIOP?

3 Answers  


What method MUST be implemented by all threads?

1 Answers  


How substring() method of string class create memory leaks?

0 Answers  


why we use main in java?

4 Answers  






What is the form of storage space in java?

0 Answers  


What are the different algorithms used for clustering?

0 Answers  


Explain bind(), rebind(), unbind() and lookup() methods?

1 Answers  


What is a compilation unit?

1 Answers  


what is JTS?

1 Answers  


Java is fully object oriented languages or not?

0 Answers  


How many JSP scripting elements and what are they?

4 Answers   TCS,


Categories