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 autoboxing and unboxing?
Can we sort array in java?
Write a java program to generate fibonacci series ?
How do you create immutable object in java?
Can we convert stringbuffer to string?
Is sizeof a preprocessor?
What is boolean query?
Is the milky way in a void?
What is a function easy definition?
what state does a thread enter when it terminates its processing? : Java thread
What do you understand by java?
What is another word for methodology?
What is the difference between logical data independence and physical data independence?
Can a class be defined inside an interface?
How do you sort a string in java?