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 a java developer salary?
What is the difference between array and array list in java?
What is a variable and constant?
What is boolean logic?
What are methods of a class?
Explain java coding standards for interfaces?
What is the final keyword denotes?
What do you understand by Header linked List?
What is a line separator in java?
What is a class reference?
What is sizeof in java?
What is JFC?
What is the difference between abstraction and encapsulation?
What is keyword and identifier?
What is a char in java?