Answer Posted / laxmi
In addition to what is said above we can use
'session.invalidate' function or else after a predetermined
time the session gets killed automatically.
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
What is the internal implementation of set in java?
What is the difference between Java1.4 and Java1.5
What carriage return means?
What is the major drawback of internal iteration over external iteration?
How the interruptible method gets implemented?
What are the main differences between the java platform and other platforms?
Explain what access modifiers can be used for methods?
Can we override constructor?
Can we serialize singleton class?
What is difference between static variable and global variable?
What is break and continue statement?
What are the loops in java?
What happens if an exception is not handled in a program?
What is the purpose of the enableevents() method in java programming?
When should I use stringbuffer?