what is the difference between multitasking and
multithreading?
Answer Posted / kiran reddy
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 ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is the base class for error and exception?
What is thread pool? How can we create thread pool in java?
What are conditionals and its types?
what is the difference between Object Based Language and Object Oriented Language?
Differentiate between class and structure.
What is a class reference?
What is java jit compilers?
What is the main purpose of serialization in java?
Is arraylist ordered?
How to declare objects of a class ?
What is the purpose of using java.lang.class class?
What is contract between hashcode and equal method?
What is generics in java interview questions?
What is the original name of java?
Can you use abstract and final both with a method?