what is the difference between multitasking and
multithreading?

Answer Posted / amulya

multithreading is a specialized form of multitasking.multi threading programs contains 2 or more threads running concurrently.it requires less overhead than multitasking.in this process threads are light weight process.
multitasking contains 2 or more process will run concurrently.in this process are heavy weight tasks.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static class

620


What is codebase?

541


What is ‘has a’’ relationship in java?

726


What is tostring () method?

544


Does hashset allow duplicates in java?

582






Java Compiler is stored in JDK, JRE or JVM?

1052


Why singleton is not thread safe?

568


Why we use set in java?

518


What is the final class modifier?

561


Why do we need singleton?

541


What is the importance of hashcode() and equals() methods?

583


What is difference between identifier and variable?

476


What is the output of the below java program?

595


What is valid keyword in java?

558


What is the purpose of stub and skeleton?

549