what is the difference between multitasking and
multithreading?
Answer Posted / ashok kumar
multitasking :multitasking is a method by which multiple
tasks, also known as processes, share common processing
resources such as a CPU. With a multitasking OS, you can
simultaneously run multiple applications.
Multithreading : extends the idea of multitasking into
applications, so you can subdivide specific operations
within a single application into individual threads. Each of
the threads can run in parallel. The OS divides processing
time not only among different applications, but also among
each thread within an application
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What is the final field modifier?
How are variables stored in memory?
What is the difference between path and classpath variables?
What is an immutable class? How to create an immutable class?
extending thread class or implementing runnable interface. Which is better? : Java thread
How does sublist works in java?
What is a parameter example?
What is the difference between double and float variables in java?
How to create a thread in java?
What is difference between length and length() method in java ?
What is variable and its types?
What are different types of multitasking?
What is a locale?
what is nested class in java?
What is parsing in java?