Multiple choice technology operating systems

C# supports no threads

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

C# has rich threading support through System.Threading and the Task Parallel Library. Classes can create and manage multiple threads for concurrent execution, including modern async/await patterns.