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
When object is created and destroyed?
Why is stringbuffer not immutable?
What is the difference between a loader and a compiler?
What is static import?
What do you mean by global variable?
What is locale?
why java uses class level type casting ?
Explain oops concepts in detail?
Why is flag used in java?
Can abstract class have private constructor?
What is the default value of the local variables?
What are exceptions
Why arraylist is used in java?
Is void a data type?
What is parseint?