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 |
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
What is the length of a string?
Explain about arraylist?
How can an exception be thrown manually by a programmer?
What are the drawbacks of singleton class?
Which is the best way of exception handling?
Can we force garbage collector to run ?
what is default layout of JFrame class?
Is simpledateformat safe to use in the multithreaded program?
different between exception and error? explaim check and uncheck exception
What is the console in java?
What are the default and parameterized constructors?