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


Please Help Members By Posting Answers For Below Questions

Can you explain the private protected field modifier?

571


how do I create a runnable with inheritance? : Java thread

507


What is the purpose of declaring a variable as final?

486


What is udp in java?

533


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

563






I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?

576


Can we call virtual funciton in a constructor ?

1778


How do you start a thread?

552


Can a final variable be initialized in constructor?

491


What is locale?

607


what is the difference between preemptive scheduling and time slicing? : Java thread

535


How do you implement polymorphism in our day to day life?

2763


Can we assign null to double in java?

550


How many bytes is double?

549


What is the size of a string in java?

547