what is the difference between multitasking and
multithreading?

Answer Posted / seetaram

MULTITASKING:
multitasking ,in an operating system is
allowing user to perform more than one computer task at a
time.
Multithreading:
Multithreading is a mechanism of running various threads
under single process
within its own space.

Is This Answer Correct ?    23 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can constructor be protected in java?

499


What is data type modifier?

524


I don’t want my class to be inherited by any other class. What should I do?

567


Describe the Big-O Notation.

611


Can constructor be static or final?

646






What is an array length?

492


How does singleton class work?

524


What is a class object?

496


Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

597


What does exp mean in math?

523


What is the use of arraylist class in java?

545


What are the types of inner classes (non-static nested class) used in java?

556


What is contract between hashcode and equal method?

562


Differences between C and Java?

609


What is an arraylist in java?

511