What is reference by value how does it works in .net?
Answer Posted / manasachowdary
Reference types is like , an object is created in memory,
and then handled through a separate reference like a pointer
when you declare a var as reference and change the value of
var it will be reflected across .. where as if you declare
a var as valu .. only that particular instance value is
changes..
Here we cant store the memory directly.
Referance type memory stored in heap....heap memory can be
clear at runtime
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Define the data provider classes that is supported by ado.net?
How many major types of connection objects in ADO.NET?
What are the different execute methods of Ado.Net?
Compare Data Reader & Dataset in ado.net?
Which is better entity framework or ado.net?
What is ado.net components?
How to check if the Dataset has records ?
Explain what are acid properties?
Explain the advantages and disadvantages of using datalist?
What is the difference between a datareader and a dataset?
What are the uses of Stored Procedure?
What are datareaders?
What is ado.net and its features?
What Is Difference Between Ado And Ado.net?
What you mean by filtering of data?