Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

VB.net Question Which namespace is used for Thread class? System.Threading System.Collections System.Delegate System.Generics

OpenStudy (anonymous):

Which namespace is used for Thread class? I believe the answer is self explanatory, it is choice B, System.Threading. For VB.NET generally the namespace is: ``` Imports System Imports System.Threading ``` and for C# the namespace is: ```csharp using System; using System.Threading; ``` Peace.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!