Answer Posted / prabudoss
When multiple threads are running. If a thread t1 has
locked a synchronized block and is performing an I/O
operation then the t1 will release the lock on the block
for other threads to run till the I/O operations are over.
This is called as I/O block
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When is the garbage collection used in Java?
How to stop a thread in java? Explain about sleep () method in a thread?
What’s a deadlock?
can rmi and corba based applications interact ?
What is illegal identifier in java?
Is singleton class thread safe?
Explain the difference between the public, private, final, protected, and default modifiers?
What is the difference between keyword and identifier?
How do you escape sequences in java?
What is output buffer?
What is static keyword?
Is there any case when finally will not be executed?
Is int primitive data type?
What is jit and its use?
How do I write a self declaration?