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 asp.net version?

0 Answers  


Explain the difference between panel and groupbox classes using .net?

0 Answers  


Where would you use an IHttpModule, and what are the limitations of anyapproach you might take in implementing one?

1 Answers   Siebel Systems,


what is asp and asp.net ?

2 Answers   Inspira Technologies,


Should user input data validation occur server-side or client-side? Why?

3 Answers   NIC, Siebel Systems,






what is asp dotnet

2 Answers  


Name and describe some HTTP Status Codes and what they express to the requesting client ?

1 Answers  


What is the Global.asax used for?

9 Answers  


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


In how many ways we can retrieve table records count?

0 Answers  


Explain how can we access static variable?

0 Answers  


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


Categories