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 an exception in java?
Difference between comparator and comparable in java?
Do extraneous variables affect validity?
What do you mean by local class?
Is java based on c?
What is the use of an interface?
When will we use them?
What are classloaders?
What is void data type?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
What is the instance of an object?
What is an object in Java and what are its benefits?