Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Why do threads block on I/O in java?

5 like 0 dislike
Hello
Why do threads block on I/O in java?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by DBA-boss (120,990 points)

1 Answer

2 like 0 dislike
 
Best answer
Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed.
answered 1 year ago by eagles11 (179,830 points)

Related questions

4 like 0 dislike
1 answer
5 like 0 dislike
1 answer
5 like 0 dislike
1 answer
7 like 0 dislike
1 answer
7 like 0 dislike
1 answer