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

What is java reflection api?

550


What are the types of casting?

584


Explain importance of throws keyword in java?

558


What are 5 boolean operators?

612


How do you sort words in java?

524






What are heap memory and stack memory and what are memory tables.

502


What is a byte array?

580


List the interfaces which extends collection interface?

525


What is stringbuffer in java?

535


What do you mean by access modifier?

548


Implement a stack with push (), pop() and min() in O(1) time.

620


What is the java virtual machine?

572


What is an iterator interface in java programming?

524


Can we assign integer value to char in java?

505


How will you get the platform dependent values like line separator, path separator, etc., ?

573