what is the difference between multitasking and
multithreading?
Answer Posted / geetha krishna
MULTITASKING:
multitasking ,in an operating system is
allowing user to perform more than one computer task at a
time.
MULTITHREADING:
the ability of an operating system to execute
different parts of the program called
threads,simultaneously.the programmer must carefully design
the program in such a way that all the threads can run at
the sametime without interfering with each other.
| Is This Answer Correct ? | 33 Yes | 15 No |
Post New Answer View All Answers
Why object class is super class for every class in java?
What is indexof?
Can a boolean be null java?
What are static blocks and static initalizers in java ?
Similarity and difference between static block and static method ?
Can you use this() and super() both in a constructor?
What is the difference between class & structure?
Describe the Big-O Notation.
Are generics important java?
What are abstract methods in java?
What are the differences between c++ and java?
What are the important features of Java 11 release?
What is a jagged array in java?
What is method reference?
Explain the difference between extends thread vs implements runnable in java?