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
How do you print array in java?
Explain the difference between abstract classes and interfaces in java?
Is null or empty java?
What are static blocks and static initalizers in java ?
What are constants?
What is the declaration statement?
Is java a utf 8 string?
What is boolean false?
How to implement a multithreaded applet?
What is struts in java?
Is java a pure object oriented language?
What is formatted output in java?
What is byte data type?
What is a finally block? Is there a case when finally will not execute?
I want to print “hello” even before main is executed. How will you acheive that?