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 difference between an object and a class?
Explain about narrowing conversion in java?
What is the intersection and union methods?
Can we use switch statement with strings?
What are the wrapped, classes?
What are serialization and deserialization?
What is boolean query?
Can we restart a dead thread in java?
what are Hostile Applets?
Why should we use singleton pattern instead of static class?
What is * argv?
What is the purpose of format function?
Explain about member inner classes?
What language is an assembler written in?
Can java program run without jre?