Why threads will block on I/O?
Answers were Sorted based on User's Feedback
Answer / guest
So that other threads may execute while the i/o operation
takes place
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / abu
itz becoz of traffic blocks.....
when the thread is released the roads may be in full of
traffic BLOCK....
similar occasion occured in newyork city in 1973 march 10
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the difference between RMI and Corba?
Why a client should be multithreading? Explain.
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is the immediate superclass of the applet class?
Explain the methods of Naming class, rebind( ) and lookup()?
What are the thread-to-thread communcation?
What are callback interfaces?
Why use POJO when I can use hashmap
What are the different types of exception?
What are the different approaches to represent an inheritance hierarchy?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is diffennce between AWT & SWING?