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 paging in context of Memory?

0 Answers   Microsoft,


What is a postback url?

0 Answers  


Is asp.net outdated?

0 Answers  


What are cookies in your browser?

0 Answers  


Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  






When does a session actually start?

0 Answers  


What?s a bubbled event?

6 Answers   Visual Soft,


Should I delete cookies?

0 Answers  


How long should a session id be?

0 Answers  


Name the application folders present in asp.net 2.0?

1 Answers  


what is use of doctype tag in asp.net

1 Answers   TCS, Wipro,


What is the difference between cookie and session?

0 Answers  


Categories