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
How many types of variables are there?
Is simpledateformat safe to use in the multithreaded program?
What is a platform?
Highest level event class of the event-delegation model?
What is java dot?
What is a singleton class? Give a practical example of its usage.
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What are the five major types of reference sources?
How does compareto work in java?
Can we have multiple catch block for a try block?
Can we use this () and super () in a method?
How to check if a list is sorted in java?
Which data type is class in java?
What is arrays sort in java?
How hashset works internally in java?