1.

Select the type of multitasking methods that exist:(a) process based(b) thread based(c) only process(d) both process & thread basedThe question was posed to me at a job interview.This is a very interesting question from Multithreaded Programming topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

Answer»

The correct ANSWER is (d) both process & THREAD based

The best I can explain: There are TWO DISTINCT TYPES of multitasking: process-based and thread-based.



Discussion

No Comment Found

Related InterviewSolutions