what is reference type to value type.
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / suresh
1.Reference type varible data store on Heap memory,refernce
maintain in Stack memory.
| Is This Answer Correct ? | 0 Yes | 1 No |
About friend and Protected friend ?
How many rounds are there for a software programmer to clear interview in any IT industries(MNC).
What are Master Pages in ASP.NET? or What is a Master Page?
How to handle errors in Web API?
Can any one explain with the example how to capture the application error in Aplication_Error() method?
State differences between MVC and WebAPI
Explain difference between friend and protected friend?
What are the differences between Dataset and DataReader?
Can you change a master page dynamically at runtime? How?
Derive WSDL?
Explain Authentication mechanism in dotnet
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)