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 are three ways in which a thread can enter the waiting state in java programming?
What are the differences between the constructors and methods?
Give me some null interfaces in java?
What is the structure of java?
What is the purpose of using break in each case of switch statement?
What is the final keyword denotes?
When will we prefer to use set and list in java and why?
Why is java multithreaded?
How listener identify that the event came from a particular object?
What is the generic class?
Why can't we make a class private in java?
Explain about narrowing conversion in java?
Do we have pointers in java?
What is difference between array and arraylist in java?
What are the loops in java?