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 tree node in java?
What is a method in coding?
Explain java coding standards for constants?
What is a method vs function?
What is the use of beaninfo?
Difference between operator overloading and function overloading
What is void data type?
Where are register variables stored?
What is the disadvantage of synchronization?
What is final method in java?
How does a cookie work in Servlets?
Are arrays classes in java?
which class is the wait() method defined in? : Java thread
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What is data type example?