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 are the ways in which a thread can enter the waiting state?
What is udp in java?
Explain public static void main(string args[]) in java.
How do you write a good declaration?
What is function and its uses?
How can we find the sum of two linked lists using stack in java?
How many ways can we create singleton class?
Can a private method of a superclass be declared within a subclass?
Can inner class final?
What is a default constructor and also define copy contrucyor?
What is lambda in java?
How do you input a string in java?
How many types of literals are there in JAVA?
What access modifiers can be used for methods?
Explain the public class modifier?