Interview Questions

What is multitasking and multithreading?

CICS Interview Questions


(Continued from previous question...)

What is multitasking and multithreading?

multitasking is the feature supported by the operating system to execute more than one task simultaneously. Multithreading is the system environment where the tasks are sharing the same programs load module under the multitasking environment. It is a subset of multitasking since it concerns task which use the same program.

(Continued on next question...)

Other Interview Questions