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
Are floats faster than doubles?
Which is the best sorting technique in java?
What is a boolean expression in java?
Why volatile is used in java?
What is a dot notation?
What is the synchronized method modifier?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
How do you compare values in java?
Write a program based on Java script program.
How do you change an int to a string?
How to create packages in java?
Define locale.
Can we sort set in java?
what is recursion in java
What is the difference between the final method and abstract method?