Integer & struct are value types or reference types
in .NET?
Answers were Sorted based on User's Feedback
Answer / kondapallysantoshkumar
valuetype,becuase they r allocated on stack..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prateekbindal
Integer, boolean, struct are value type which are stored on
Stacks and string, arrays are referenced type which are
stored on Heap.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rathi
Value types include:
All numeric data types
Boolean, Char, and Date
All structures, even if their members are reference
types
Enumerations, since their underlying type is always
Byte, Short, Integer, or Long
Reference types include:
String
All arrays, even if their elements are value types
Class types, such as Form
Delegates
| Is This Answer Correct ? | 2 Yes | 0 No |
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What is a model in android?
Explain .Net Framework? Why we use it?
what is explicit loading?
What is the CTS
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
Where The Inheritence is useful?How we decide the situation of inheritence
How to Redirect Tracing to a File
Explain Sections is ASP.Net MVC?
What is difference between viewbag and viewdata and tempdata?
What is orm entity framework?
Who defines the CAS code groups