Answer Posted / dsr
we can write the code in web.xml.
<session-timeout>2000</session-timeout>
or
to kill the perticular session.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a java program to count the number of words present in a string?
What do you know about the garbage collector in java?
What is sorting in java?
What are streams in java 8?
How many functional interfaces does java 8 have?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a singleton class in Java?
What is return type in java?
What are peerless components?
Is a boolean 1 bit?
What is palindrome in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the use of callablestatement?
What is the use of 'super' keyword inside a constructor?
Can I declare class as static or private?