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 does sublist works in java?

0 Answers  


What are event-delegation model and event-inheritance model? Which is best?

1 Answers  


What are void methods?

0 Answers  


Is integer immutable in java?

0 Answers  


3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)

3 Answers   RBS,






Which sorting algorithm is best in java?

0 Answers  


What are keywords in programming?

0 Answers  


What is the difference between variable declaration and variable initialization?

0 Answers  


can we create object for static class in java

14 Answers   IAP Company, IBM, Marlabs, mPortal, TCS,


What is dynamic dispatch in java?

4 Answers  


What is the protected method modifier?

0 Answers  


What is the flag in java?

0 Answers  


Categories