what is the difference between multitasking and
multithreading?
Answer Posted / priyanjan
multitasking infers the mechanism to run many processes
simultaneously with user interaction.
in contrast,multithreading is
a mechanism of running various threads under single process
within its own space.
| Is This Answer Correct ? | 262 Yes | 25 No |
Post New Answer View All Answers
What is the size of integer?
Can a set contain duplicates?
How do you reverse a word in java?
What is bitwise complement?
State the significance of public, private, protected class?
What are assembly attributes?
What is meant by oops concept in java?
What is a default constraint?
What is a parameter example?
How many arguments can a method have java?
What is the destroy method?
What is the difference between throw and throws keywords?
What invokes a thread's run() method in java programming?
What is the association?
Which is the best approach for creating thread ?