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 |
Brief description about local interfaces?
How substring() method of string class create memory leaks?
what about static?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What must a class do to implement an interface?
To what value is a variable of the string type automatically initialized?
What is the difference between RMI and Corba?
Name three subclasses of the component class?
what is JTS?
Should synchronization primitives be used on bean methods?
why we use main in java?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify