What happens when we invoke a thread?s interrupt method
while it is in sleeping or waiting condition?
Answer / meeti
void interrupt()
This method interrupts the thread on which it is invoked. In
the Waiting-for-notification, Sleeping, or
Blocked-for-join-completion states, the thread will receive
an InterruptedException.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can I map more than one table in a cmp?
Do I need to import javlang package any time? Why ?
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
Explain the methods of Naming class, rebind( ) and lookup()?
the use of try and ffinally keyword
What is TL and its use?
How a component can be placed on Windows?
What are callback interfaces?
Brief description about local interfaces?
the advantages of polymorphic
what we can't do in jdbc but can do hibernate?
Explain about local interfaces.