what is the difference between multitasking and
multithreading?
Answer Posted / ankita chauhan
multi threading is running multiple"light weight"process in
a single process/task/program.
multi tasking running multiple"heavy weight"processes by a
single OS.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is tree in java?
What is the use of default method in interface in java? Explain
Why do we use string?
What is immutable in java?
What do you mean by chromounits in java8?
What is a text string?
Which sorting algorithm is best in java?
What is regex in java?
Give the hierarchy of inputstream and outputstream classes.
Can you declare a private method as static?
What is the use of list in java?
What is the gregoriancalendar class in java programming?
Does java allow default arguments?
How many bits is a double?
Can we have multiple catch block for a try block?