Is array reference type / value type ?
Answer Posted / albarhami
Array is a reference type because its getting stored in a
managed memory i.e a heap
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can i Spawn a Thread
What is dynamic object in c#?
Explain about finalize method?
What is the difference between abstract and abstraction?
Define boxing and unboxing in c#?
Why is aws serverless?
What are Regex / regular expressions ?
What is the advantage of generics in c#?
What is disconnected data architecture in c#?
If a child class instance is created, which class constructor is called first - base class or child class?
What is an assembly qualified name? Is it a filename? How is it different?
Why static variables are used?
What is sql transaction in c#?
Why do we use hashtable in c#?
Explain what is copy constructor?