Is array reference type / value type ?
Answer Posted / narayansahu
array in .net is of reference type.It implements various
interfaces.also the array you create is automatically
derived from system.array class
| Is This Answer Correct ? | 86 Yes | 8 No |
Post New Answer View All Answers
What is the difference between arraylist and list in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Is array value type in c#?
What is Garbage Collection in .Net?
When should you use generics?
List some Advantages of switch-case over if else?
What are regular expressions? Search a string using regular expressions?
In a single .NET DLL how many classes it contains?
What is xaml in c#?
How to find the current application file path while runtime?
Is arraylist faster than linkedlist?
Can I use parseint?
What is the role of the datareader class in ado.net connections?
What is xaml file in c#?
Explain how to implement delegates in c#.net