what is the difference between multitasking and
multithreading?
Answer Posted / manasa
multitasking infers the mechanism to run many processes
simultaneously with user interaction.
,multithreading is
a mechanism of running various threads under single process
within its own space.
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What is the difference between yield() and sleep()?
What are meta-annotations?
Does java return by reference?
What are the kinds of polymorphism?
Can I use % with real numbers?
What is the difference between applet and application?
what is the difference between process and thread? : Java thread
What happens if we override only equals?
Why charat is used in java?
what is abstract class in Java?
Is an empty arraylist null?
What is parse method?
What is the difference between stream and buffer?
Explain about member inner classes?
Is string is a class in java?