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
Are arrays classes in java?
Can you use abstract and final both with a method?
Explain the difference between serializable and externalizable in java?
What is a "pure virtual" member function?
What do you understand by casting in java language?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is passing value java?
What is args length in java?
Differentiate storage classes on the basis of their scope?
What is sizeof in java?
What is are packages?
What is the difference between compiler and jvm?
Tell me about different OOPS concepts.
Differences between C and Java?
Explain illegalmonitorstateexception and when it will be thrown?