Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
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)
java
seo
collection
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
When a thread blocks on I/O, what state does it enter?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
seo
java
collection
5
like
0
dislike
1
answer
What is the immediate superclass of the Applet class in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
collection
finalization
seo
5
like
0
dislike
1
answer
What is synchronization and why is it important in java?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
java
garbage
collection
method
7
like
0
dislike
1
answer
Explain the different forms of Polymorphism in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
packages
collection
7
like
0
dislike
1
answer
Explain the Polymorphism principle in java?
asked
1 year
ago
by
eagles11
(
179,830
points)
java
collection
packages