what is the difference between multitasking and
multithreading?
Answer Posted / divya
multitasking ::: is a method by which multiple tasks, also
known as processes, share common processing resources such
as a CPU. With a multitasking OS, you can simultaneously run
multiple applications. Multitasking refers to the ability of
the OS to quickly switch between each computing task to give
the impression the different applications are executing
multiple actions simultaneously.
Multithreading ::: extends the idea of multitasking into
applications, so you can subdivide specific operations
within a single application into individual threads. Each of
the threads can run in parallel. The OS divides processing
time not only among different applications, but also among
each thread within an application.
| Is This Answer Correct ? | 101 Yes | 21 No |
Post New Answer View All Answers
Does java allow overriding static methods ?
What are different access specifiers in java? Explain
Can we override static methods in java?
Why is multithreading important?
What is variable in java?
Can you have two constructors in java?
What is the use of default method in interface in java? Explain
What are the advantages of autoboxing?
What is args length in java?
can rmi and corba based applications interact ?
What is boolean example?
What methodology can be utilized to link to a database?
What is sortedmap in java?
Why pass by reference is not possible in java?
Difference between java and javascript