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

What is the difference between an if statement and a switch statement?

0 Answers  


How can a gui component handle its own events in java programming?

0 Answers  


Are the equals() and hashCode() protected methods of object class?

1 Answers   Avaya,


Define Multiprogramming and Multiprocessing in java.

0 Answers   Akamai Technologies,


what is nested class in java?

0 Answers   IBS,






How can you say HashMap is syncronized?

14 Answers   Arete, IBM,


Is java an ide?

0 Answers  


Explain about anonymous inner classes ?

0 Answers  


Can a main method be overloaded?

0 Answers  


What is casting in java programming?

0 Answers  


Which is a valid identifier?

0 Answers  


What is basic syntax?

0 Answers  


Categories