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
Are generics important java?
Is there a jre for java 11?
What does java final mean?
Can we have any other return type than void for main method?
How do you create an array in java?
What are the different conditional statements?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How can we avoid including a header more than once?
Why java strings are immutable in nature?
What are heap memory and stack memory and what are memory tables.
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How are this() and super() used with constructors in java programming?
What is the difference between final, finally and finalize()?
Can an interface extend another interface?