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


Please Help Members By Posting Answers For Below Questions

v-model life cycle

1622


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

555


What class allows you to read objects directly from a stream in java programming?

514


Is array serializable java?

525


Is there any limitation of using inheritance?

571






What are the actions that can occur when a thread enters blocked state?

584


What is scope of a variable?

605


What are examples of modifiers?

513


How many ways can we create the string object?

532


Can we sort hashmap in java?

532


What is meant by class and object in java?

557


Define a java class.

804


What is the static field modifier?

598


Realized?

1666


Difference between serialization and deserialization in java?

653