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 compiler and jvm?

0 Answers  


How many types of keywords are there?

0 Answers  


WAP to illustrate the use of interface

2 Answers  


What is jvm? Why is java called the platform independent programming language?

0 Answers  


What will be the default values of all the elements of an array defined as an instance variable?

0 Answers  






What is multi level inheritance in java?

0 Answers  


How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?

1 Answers  


What is finally in exception handling?

7 Answers  


What is the differences between c++ and java? Explain

0 Answers  


Can a for statement loop indefinitely?

3 Answers  


How do you reverse a string in java without using string buffer?

0 Answers  


What are the common problems you have faced while implementing Java?

1 Answers   IBM,


Categories