Answer Posted / vinay
basically You can make best use of your CPU, by ensuring that its always processing some or the other things. And threading makes the execution faster not slower as it divides the whole work into chunks and processes them parallel. finally unites then to give result. correct me if I am wrong.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is meant by method chaining?
Is there a guarantee of uniqueness for entity beans?
Name the class that is used to bind the server object with RMI Registry?
Are enterprise beans allowed to use thread.sleep()?
Why do threads block on i/o?
Which javutil classes and interfaces support event handling?
What classes of exceptions may be caught by a catch clause?
Define aop(assepct oriented programing)?
How many times may an objects finalize() method be invoked by the garbage collector?
How messaging services are done, before release of JMS?
what is an isolation level?
What is table mutation and how do you avoid it?
How to pass parameters in RMI?
What is the difference between RMI and Corba?
What must a class do to implement an interface?