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 anonymous class in java?
What is a finally block? Is there a case when finally will not execute?
What is meant by javabeans?
What is a function in programming?
Which data type is a class in java?
Can we extend singleton class in java?
What do you mean by byte code?
Can we convert stringbuilder to string in java?
What does super keyword do?
How will you add panel to a frame?
Can a top level class be private or protected?
Explain yield() method in thread class ?
Is alive and join method in java?
What is garbage collection? Can it be forced to run?
What is the use of accept () method in java?