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
What is intern method in java?
What kind of variables a class can consist of?
What are singleton services?
What is string example?
Is arraylist zero based?
What is the memory leak in java?
What is the concept of multithreading?
Can the interface be final?
Break statement can be used as labels in java?
What is an empty string in css?
What are green threads in java?
Why volatile is used in java?
What is "this" keyword in java? Explain
Explain listiterator and methods in listiterator?
why we use merge option in hybernate pls give a ex snippet