I/O blocking means?
Answer / 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 |
What is number data type in java?
What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?
What is the use of predicate in java 8?
What is constructor chaining in java?
different types of threads?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What are the advantages of arraylist over arrays?
What is wrapper class html?
What are the access modifiers available in java?
Which sorting is best in java?
which class to use when concatenating strings in a loop.
What is console based application in java?