Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 507 Page Views: 

Why do threads block on I/O?



Posted By: Avi Date: 4 November 2010 09:31:49 PM
 Answer:

To other threads may execute while the i/o operation is performed


Posted By: avibtech


Date: 4 November 2010 09:31:49 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 5NpkJW
Related Questions
Core Java : What is internationalization?

What is internationalization?

Internationalization is the process of designing an application and it is independent of languages o....
Category: Core Java Date: 11/5/2010 10:25:51 PM
Core Java : What are the wait(), notify(), and notifyAll() methods in Thread class?

What are the wait(), notify(), and notifyAll() methods in Thread class?

The wait(),notify(), and notifyAll() methods are used to provide an efficient way for threads to wai....
Category: Core Java Date: 11/5/2010 9:53:50 PM
Core Java : What are the legal operands of the instanceof operator?

What are the legal operands of the instanceof operator?

The left operand is an object reference or null value and the right operand is a class, interface, o....
Category: Core Java Date: 11/5/2010 9:41:54 PM
Core Java : Can a double value be cast to a byte?

Can a double value be cast to a byte?

Yes.
Category: Core Java Date: 11/5/2010 9:20:48 PM
Core Java : What is the List interface?

What is the List interface?

The List interface provides support for ordered collections of objects.
Category: Core Java Date: 11/5/2010 8:36:52 PM