I/O blocking means?



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

Post New Answer

More Core Java Interview Questions

How many times finalize method will be invoked? Who invokes finalize() method in java?

0 Answers  


Can we nested try statements in java?

0 Answers  


Is java hard to learn?

0 Answers  


Explain different states of a thread in java?

0 Answers  


What is meant by string is immutable?

0 Answers  






What is natural ordering in java?

0 Answers  


What are functions in java?

0 Answers  


What are interfaces?

3 Answers  


How to do validation of the fields in any project ?

2 Answers  


What is the difference between an array and an array list?

0 Answers  


What is early binding and late binding in java?

0 Answers  


What is difference between static class and normal class?

0 Answers  


Categories