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
Can a class be declared as static?
What is "this" keyword in java? Explain
Explain wrapper classes in java?
What is synchronization and why is it important in java programming?
Explain about the dynamic behavior of core java?
Why is java so popular?
What is the advantage of preparedstatement over statement?
Why can't you declare a class as protected?
What does compareto () do in java?
How do you convert an int to a string in java?
What do you understand by java virtual machine?
List two java ide’s?
What does method mean?
What is garbage collector?
What is the importance of finally block in exception handling?