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


Please Help Members By Posting Answers For Below Questions

How many types of string data types are there?

549


What is data type in computer?

515


How do you sort a set in java?

511


What are keywords in java?

571


What is the purpose class.forname method?

550






What is time complexity algorithm?

542


How can you traverse a linked list in java?

674


Explain where variables are created in memory?

575


For class CFoo { }; what default methods will the compiler generate for you>?

607


Why volatile is used in java?

524


What does jre stand for?

598


What are the advantages of java?

506


What do you mean by stack?

631


Explain java heap space and garbage collection?

576


Explain 5 features introduced in jdk 1.7?

603