Valuetype/reference type?

Answer Posted / sri

Value types are stored directly on the stack, either within
an array or within another type.

Reference type are stored on the run time heap.That only
accessed through a reference to that storage.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a collection in c#?

511


What is static variable in c#?

498


What is boxing & unboxing?

572


What is the root element of an xml file?

500


Which is faster iqueryable or ienumerable?

568






Define sealed classes in c#?

517


Can abstract class be sealed?

481


Which are the access modifiers available in c#?

521


What are c# types?

526


Is c# and .net same?

494


How many types of interface are there in c#?

477


How many types of constructors are there?

510


What is int parse in c#?

491


Why interface is required?

465


Can constructor have return type c#?

638