Question:Which of the following are true regarding System.Threading.ReaderWriterLockSlim? 

A It is optimized for single processor/core operations 

B It is optimized for usage where writes from multiple sources are common 

C A thread which has a read lock on a resource may not acquire a write lock on the same resource 

D By default, a thread which has a read lock on a resource and attempts to get another read lock on the same resource will throw an exception 

+ Answer
+ Report
Total Preview: 573

Copyright © 2024. Powered by Intellect Software Ltd