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
What is data adapter in ado.net with example?
What is a control toolbox?
What is difference between sqldatareader and sqldataadapter?
How to aggregating data across related tables?
List all the steps in order, to access a database through ado.net?
How to load multiple tables into a dataset?
What is the DataTableCollection?
What are the different ado.net namespaces?
How do I delete a row from a DataTable?
What is Data Provider?
What does executereader return?
What are datareaders?
What do you know about ado.net's methods?
What is the usage of the dataset object in ado.net?
Which is the feature of ado.net?