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

What are the ways in which a thread can enter the waiting state?

733


What is udp in java?

771


Explain public static void main(string args[]) in java.

741


How do you write a good declaration?

723


What is function and its uses?

817


How can we find the sum of two linked lists using stack in java?

800


How many ways can we create singleton class?

750


Can a private method of a superclass be declared within a subclass?

770


Can inner class final?

890


What is a default constructor and also define copy contrucyor?

873


What is lambda in java?

779


How do you input a string in java?

778


How many types of literals are there in JAVA?

817


What access modifiers can be used for methods?

855


Explain the public class modifier?

736