I/O blocking means?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain java coding standards for constants?

571


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

595


What is a substring of a string?

557


Where are global variables stored?

504


when you will synchronize a piece of your code? : Java thread

527






Why we cannot override static method?

555


What is private static class in java?

510


Does a class inherit the constructors of its superclass in java programming?

520


What does the “static” keyword mean?

579


What are the 6 mandatory procedures for iso 9001?

525


What state is a thread in when it is executing?

525


What is thread pool? How can we create thread pool in java?

618


Is void a type?

581


What do you mean by platform independence of Java?

527


How do you check if an arraylist is not empty?

571