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
Explain the difference between call by refrence and call by value?
What is finalize()?
How is a variable stored in memory?
How many ways can we create singleton class?
What is the difference between menuitem and checkboxmenu item?
Can we assign null to double in java?
Which is best ide for java?
Does treeset allow null in java?
Can inner class final?
Is c better than java?
What is the difference between a method and a procedure?
What is t type java?
What is java util collection?
Is call by reference possible in java?
What is a Presistent Object?