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 |
Give the difference between the println method and sqrt method?
when should you use stringbuilder class in a program?
Can a Byte object be cast to a double value?
In which way does a Primitive data type is passed ?
Explain what access modifiers can be used for methods?
What is the difference between Checked and Unchecked exception? Give some examples
Why is multithreading important?
What is java algorithm?
What is a class reference?
What is a parameter in matrices?
What is serial version uid and its importance in java?
How does final modifier work?