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 pojo class in java?
Is string passed by reference in java?
When should I use a singleton?
What does isempty () do in java?
What is empty string literal in java?
What is mnemonic in assembly language?
If I only change the return type, does the method become overloaded?
What is a nullable field?
What is empty list in java?
Can you declare an interface method static?
What is the difference between notify and notifyall method?
Explain about main thread in java?
How the interruptible method gets implemented?
What is the vector class in java programming?
What is replaceall in java?