Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is reference type to value type.

Answers were Sorted based on User's Feedback



what is reference type to value type...

Answer / suresh

convertion of Reference type to value type is called
UnBoxing.

ex: int x;
object obj=20;

x=Convert.ToInt32(obj);

Is This Answer Correct ?    4 Yes 0 No

what is reference type to value type...

Answer / sudhir sheoran

Value Types:-
Directly contains their values either
on stack or inline in a structure.

Each value types have their own copy of
data so doesn't effect each other.

Reference Type:
Contains a reference to the values memory address
Allocated on heap.
These can be self describing,pointer type or interface type
Reference type can refer to the same object.

Is This Answer Correct ?    0 Yes 0 No

what is reference type to value type...

Answer / suresh

1.Reference type varible data store on Heap memory,refernce
maintain in Stack memory.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Which object encapsulates state or data of a user?

0 Answers  


wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


Any body Having SHAREPOINT Material plzzz? please material to send prasad.k12@gmail.com

0 Answers  


What is the difference between managed and unmanaged code? *******

2 Answers   Patni,


About SOAP ?

3 Answers   Cognizant, Infosys,


How many types of validation are there?

0 Answers  


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


How do I open an ashx file?

0 Answers  


What are demand-paging and pre-paging?

0 Answers   MCN Solutions,


Features in ASP.NET?

2 Answers   Microsoft,


What are asynchronous callbacks?

0 Answers   Accenture,


what is DLL Hell and how it is solved in .NET?

24 Answers   icegen, next, -uk, NIIT,


Categories