what is the difference between multitasking and
multithreading?
Answer Posted / seetaram
MULTITASKING:
multitasking ,in an operating system is
allowing user to perform more than one computer task at a
time.
Multithreading:
Multithreading is a mechanism of running various threads
under single process
within its own space.
| Is This Answer Correct ? | 23 Yes | 12 No |
Post New Answer View All Answers
What is a loop java?
How do you define a method?
What is fail first in java?
How can we create an immutable class in java?
What is predicate in java?
What is difference between classpath and path variables in java?
What is static import in java?
What is the static field modifier?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Why java doesn’t support multiple inheritances?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What do you mean by an object in java?
Give some features of interface?
Is arraylist ordered in java?
In how many ways we can create threads in java?