what is value type to reference type

Answers were Sorted based on User's Feedback



what is value type to reference type..

Answer / prasad. surabathina

Value Types
Value types contains there data which are allocated on the
stack or in-line a structure

Reference Types
Reference types stores reference to the value memmory and
are allocated on the heap and refrence types can be self-
describing type pointer type or interface types.

Is This Answer Correct ?    6 Yes 0 No

what is value type to reference type..

Answer / guest

Boxing

Is This Answer Correct ?    6 Yes 1 No

what is value type to reference type..

Answer / rudranarasimha

correction
valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only.Both are derived from the System.object

Is This Answer Correct ?    4 Yes 0 No

what is value type to reference type..

Answer / rudranarasimha

valutype is the variable to store the data where as
reference type is the variable to store the reference to
the data only..Both are derived from the System.valutype.

Is This Answer Correct ?    3 Yes 2 No

what is value type to reference type..

Answer / amar

value type is boxing and reference type is unboxing

Is This Answer Correct ?    3 Yes 3 No

what is value type to reference type..

Answer / amar

UNBOXING

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

what is caching

3 Answers  


how to retrieve property settings from xml .config file.

0 Answers  


what is abstract class and method..

2 Answers  


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


A Web Service Can Only Be Written In .net. Is it True??

0 Answers   Siebel Systems,






How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


What is a bubbled event?

2 Answers  


How to remove themes from certain controls?

2 Answers  


What is the usage of DelegatingHandler?

0 Answers  


What is http protocol and how it works?

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

1 Answers   Infosys, KPIT,


Explain what does mvc represent in asp.net? : asp.net mvc

0 Answers  


Categories