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
Do we need to override service() method
What is the purpose of the notifyall() method?
What is the purpose of the notify() method?
What restrictions are placed on the values of each case of a switch statement?
Why does the option tag render selected=selected instead of just selected?
How task's priority is used in scheduling?
Is the session factory thread safe?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is the argument type of a programs main() method?
What are the types of scaling?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is the RMI and Socket?
What is Stream Tokenizer?
Explain phantom read?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?