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
What is the replace tool?
What does nullpointerexception mean?
What is the difference between a factory and abstract factory pattern?
Is vector thread safe in java?
How many types of constructors are used in java?
What is the use of StringTokenizer class?
What is a function argument in java?
How do you write a good declaration?
What is hashmap and map?
What are the legal parameters?
What technique can be employed to compare two strings?
When should the method invokelater() be used?
Is math an abstract class in java?
How can we create objects if we make the constructor private ?
How to instantiate static nested classes in java?