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
what is mutual exclusion? : Java thread
How do you take thread dump in java?
What initialize variables?
What is Garbage Collection in Java
Why do we need hashmap in java?
What is the indent key?
What is stored procedure. How do you create stored procedure ?
What is %d in printf?
What is a programming object?
Can we override data members in java?
What do you mean by constant time complexity?
State the difference between strings and arrays.
what are different ways in which a thread can enter the waiting state? : Java thread
What is length in java?
How many arguments can be passed to main ()?