adspace


Integer & struct are value types or reference types
in .NET?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use multiple submit buttons in asp.net mvc?

1306


Possible ways to prevent xss attacks on mvc application?

1079


Explain the request flow in asp.net mvc framework?

1089