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 a session in programming?

0 Answers  


What is the use of session state and application state and difference between them?

0 Answers  


Why we use asp.net for website development?

0 Answers  


What is caching and types of caching ?

2 Answers   Infosys,


What is active web page?

0 Answers  






How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


What are the 4 tenants of SOA/D.

1 Answers  


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

0 Answers   Netsweeper,


in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

5 Answers   TCS,


Why SessionID changes in every request in asp.net?

0 Answers   HCL,


Why do we use Option Explicit?

2 Answers   Microsoft,


Categories