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 procedure overloading?
How to invoke external process in java.
What is the difference between a method and a function in alice?
Define nashorn in java8.
Which are the two subclasses under exception class?
What do you mean by byte code?
Are maps ordered java?
What is procedure writing?
What is the basic concepts of OOPS?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Does java initialize arrays to zero?
Is array a class in java?
Explain how can you debug the Java code?
What is a substitution variable?
What is the use of coding?