Is array reference type / value type?

Answers were Sorted based on User's Feedback



Is array reference type / value type?..

Answer / sharifuddin

Shiva U R Wrong

Array is a reference type and it is stored in Heap memory!

Reference types are:
object
class
delegate
interface
array
string

Is This Answer Correct ?    26 Yes 0 No

Is array reference type / value type?..

Answer / anna

an array is a reference type.

Is This Answer Correct ?    13 Yes 0 No

Is array reference type / value type?..

Answer / suryaprakash

Array is reference type, this type stored in heap memory

Is This Answer Correct ?    12 Yes 1 No

Is array reference type / value type?..

Answer / lucky

To Sharifuddin,

Please correct if someone makes mistake...you don't have
any writes to shout on him.

Behave like a Professional

Is This Answer Correct ?    10 Yes 0 No

Is array reference type / value type?..

Answer / vikram

array is reference type

Is This Answer Correct ?    9 Yes 2 No

Is array reference type / value type?..

Answer / dharmendra nonia

array is reference type.it store the elements in heap memory

Is This Answer Correct ?    5 Yes 0 No

Is array reference type / value type?..

Answer / vasu

All array types are implicitly derived from System.Array,
which itself is derived from System.Object. This means that
all arrays are always reference types which are allocated
on the managed heap.

Is This Answer Correct ?    4 Yes 0 No

Is array reference type / value type?..

Answer / kumar vaibhav

array is reference type.it store the elements in heap memory


To Sharifuddin,

Agreed with Shiva, Sharifuddin-Please make sure you r here post your answer not to comment on other.If some one is incorrect you may correct him if you know the answer.Otherwise no need to embrace him on the public portal.

Is This Answer Correct ?    1 Yes 0 No

Is array reference type / value type?..

Answer / sowjanya

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 ?    0 Yes 0 No

Is array reference type / value type?..

Answer / saifkhan583

Array is a Reference Type Created on Heap

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!

0 Answers  


What is enumerable in c#?

0 Answers  


Define mutex in C#?

0 Answers  


Explain what is an interface in c#?

0 Answers  


What?s the data provider name to connect to Access database?

6 Answers  






what are the Disadvantages of vb

0 Answers   Digital GlobalSoft,


What are scriptable objects?

0 Answers  


What is the real use of interface in c#?

0 Answers  


What is InterFace???

12 Answers  


Why we use get set in c#?

0 Answers  


Explain About Global.asax

0 Answers   Keane India Ltd,


How to find the current application file path while runtime?

0 Answers  


Categories