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 does nextint () do in java?
Does java vector allow null?
Why is java called the platform independent programming language?
What is polymorphism and what are the types of it?
What is difference between hash mapping and hash table?
What will happen if a thrown exception is not handled?
0 Answers ABB, Akamai Technologies, Infogain,
What is byte value?
why not override thread to make a runnable? : Java thread
What is null mean in java?
Difference between process and thread?
Can a class declared as private be accessed outside it’s package?
In which language java is written?