Is array thread safe c#?



Is array thread safe c#?..

Answer / Rajiv Yadav

No, arrays in C# are not thread-safe by default. To make arrays thread-safe, you can use synchronization mechanisms such as locks or the System.Collections.Concurrent namespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between asp net and c# net?

1 Answers  


How many types of constructors are available in c#?

1 Answers  


What is strong name in c# and how can we use it?

1 Answers   DELL,


What is view state c#?

1 Answers  


Is array immutable in c#?

1 Answers  


What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default

1 Answers   DELL,


What are classes in c#?

1 Answers  


What is the CTS, and how does it relate to the CLS?

1 Answers   Arigo Infotech,


What is polymorphism c# example?

1 Answers  


What is an arraylist in c#?

1 Answers  


How do I use the 'using' keyword with multiple objects?

1 Answers  


Does unity use c++ or c#?

1 Answers  


Categories