what is the difference between multitasking and
multithreading?
Answer Posted / sachin
multi-threading:::
OS to execute different pats of a program will at same time with out interfacing with each other...
multitasking:::
ability to execute more then one task at the same time when a task begin program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is private static in java?
Is a case study a method or methodology?
Write a java program to generate fibonacci series ?
What does sprintf return?
How to sort numbers in java without array?
Is intellij better than eclipse?
What restrictions are placed on method overloading in java programming?
When is the finalize() called? What is the purpose of finalization?
How to remove the trailing spaces from a string?
How will you print number in reverse (descending) order in BST.
What is the syntax and characteristics of a lambda expression?
Which collection is thread safe in java?
Explain about data types?
What is the difference between call by reference and call by pointer?
If a class is declared without any access modifiers, where can the class be accessed?