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

What are the 8 data types in java?

524


What is a java applet? What is an interface?

635


Which of the following classes will have more memory allocated?

587


What is the maximum length of a url?

515


Define packages in java?

580






When should I use a singleton?

562


how to deploy apache tomcat server to weblogic server in java

1599


Why is stringbuffer thread safe?

570


What is length in java?

571


What are runtime exceptions?

618


What is the purpose of using bufferedinputstream and bufferedoutputstream classes?

556


What is executor memory?

526


what is a green thread? : Java thread

576


Why set do not allow duplicates in java?

583


What's the purpose of using break in each case of switch statement?

514