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 |
Can we create an object of static class in java?
Differentiate between stringbuffer and string?
What is difference between java and java ee?
How to reverse a string in java?
Difference between static synchronization vs. Instance synchronization?
What is the purpose of lambda expressions?
Explain about interthread communication and how it takes place in java?
What are keywords give examples?
Explain some best practices you would apply while using collection in java?
Can a class be subclass of itself?
Are generics important java?
How many bits is a char?