Vidyalelo
C# Programming · Q70

Miscellaneous in C Sharp

Programming · C# Programming · question 70

Q70

What kind of exception is being thrown if Wait(), Pulse() or PulseAll() is called from code that is not within synchronized code?

A.
System I/O Exception
B.
DivideByZero Exception
C.
SynchronizationLockException
Answer
D.
All of the mentioned

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board