what is the difference between multitasking and
multithreading?
Answer Posted / kumari pooja
-Multitasking: With a multi tasking os,you can can simultaneously run multiple applications.
+Example: A web browser, social networking sites etc.
-Multithreading: Within a single application into individual threads.
+Example : Playing a multi racing game 2 players play a racing game at a time in a single address.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the selection sort algorithm and state its time complexity?
What does serializing data mean?
Can a class have more than one object?
What is constructor in java ?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What’s the difference between applets and standalone program?
How many digits is int32?
What is the difference between class & object?
What is a instance variable in java?
What is java util hashmap?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Do we have pointers in java?
What is the need of transient variables in Java ?
What is polymorphism java example?
what are abstract functions?