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
Describe what happens when an object is created in java ?
Where import statement is used in a java program?
What data type is string java?
Tell me a few examples of final classes defined in Java API?
What do you mean by synchronized non access modifier?
What are void methods?
How do I enable java in safari?
What is the point of java?
Why string is not a wrapper class?
Is null false in java?
What is the synonym of framework?
What does @param args mean in java?
What is high level language in computer?
What are the different conditional statements?
Is int primitive data type?