1.

Which of these classes is used to make a thread?(a) String(b) System(c) Thread(d) RunnableThis question was addressed to me in homework.I want to ask this question from Multithreaded Programming topic in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

Answer»

The correct option is (C) Thread

Easiest explanation - The multithreading SYSTEM is built UPON the Thread class, which ENCAPSULATES a thread of execution. The Thread class is sealed, which means that it cannot be inherited. Thread defines several METHODS and properties that help manage threads.



Discussion

No Comment Found

Related InterviewSolutions