Answer Posted / madhuri
There are three ways ...
1)call setMaxInnactiveInterval()
we cal call the above mtd in two ways,i.e Programatically
Declaratively
Declaratively means through WEB.XML,by using session-timeout
we can close the session.
2)using session.Invalidate()
3)logout the session
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between abstraction and encapsulation?
How long will it take to learn java?
What is an image buffer?
What is r * in math?
What is the difference between a scrollbar and a scrollpane?
What is the return type of the main method?
Is java developer a good career?
How do singleton patterns work?
What is scanner in java?
What are variable arguments or varargs?
Explain about core java?
What is difference between string and new string?
Why declare Main() inside the class in java ?
State the merge-sort principle and its time complexity.
What does += mean coding?