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 are the diff types of exception?
What is the difference between the font and fontmetrics classes?
what we can't do in jdbc but can do hibernate?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)
How would you detect a keypress in a jcombobox?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
can we write implementation for a method with in another method?
What is codebase in applet?
What is the difference between the session.get() method and the session.load() method?
What modifiers may be used with an inner class that is a member of an outer class?
Can I run seam outside of jboss as?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?