Is array reference type / value type?
Answers were Sorted based on User's Feedback
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 |
Answer / suryaprakash
Array is reference type, this type stored in heap memory
| Is This Answer Correct ? | 12 Yes | 1 No |
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 |
Answer / dharmendra nonia
array is reference type.it store the elements in heap memory
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
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 |
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 |
To create a localized application which namespaces are necessary?
What is generic in c#?
List down the differences between public, static and void keywords?
What?s an interface class?
what is output parameter and parameter array?
If u declare two interfaces withsame methodnmae .prototype how can u call the particular method from class?
In which way you can convert a value-type to a reference-type?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
What is generic method in c#?
Illustrate race condition?
What standard types does c# use?
What is the difference between a class and an object c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)