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 singleton is not thread safe?
If I only change the return type, does the method become overloaded?
design an lru cache in java?
What do you mean by jjs in java8?
What is mean by exception?
What do the thread?class methods run() and start() do?
Which collection is sorted in java?
What is the difference between math floor and math round?
What is the symbol for average?
Why can't you declare a class as protected?
How many types of string data types are there?
If we don’t want some of the fields not to serialize how to do that?
how to run ecllipse with jettyserver for windows environment using batch file
What are variable names?
Can You Have Virtual Functions In Java?