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
Is jvm a overhead?
Can I run seam outside of jboss as?
Why do I get a duplicate name error when loading a jar file?
What are the steps to write p-to-p model application?
what are RemoteObjects?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What is synchronization and why is it important?
What is clustering? What are the different algorithms used for clustering?
Difference between new operator and class.forname().newinstance()?
What is bean? Where can it be used?
What do you know about seam?
What is the difference between a static and a non-static inner class?
Which containers use a border layout as their default layout?
Do you think that java should have had pointers?
What are various types of class loaders used by jvm?