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
Why doesn’t the focus feature on the tag work in every circumstance?
What is the difference between a menuitem and a checkboxmenuitem?
What is a sessionfactory? Is it a thread-safe object?
What is jboss?
How is a java object message delivered to a non-java client?
Why a client should be multithreading? Explain.
Should synchronization primitives be used on bean methods?
What are the difference between RMI and CORBA?
What is message driven beam?
When is the best time to validate input?
Name the eight primitive java types.
Where can I find seam examples and documentation?
What do you need to set-up a cluster with jboss?
What restrictions are placed on the values of each case of a switch statement?
Which textcomponent method is used to set a textcomponent to the read-only state?