Value type & data types difference. Example from .NET.
Answer Posted / pushparaj pentakota(anakapalli
value type means which values can store values in stack and data types means those values may store in stack or heap also but value type stores only in stack only.datatypes can be value type or reference type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the microsoft .net?
What is .net3.0 and .net3.5?
What is lambda expressions in c#?
Explain the different parts of an assembly?
Explain what are possible implementations of distributed applications in .net?
Difference between dispose and finallize method?
Differences between namespace, class, assembly?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
What is .net and .net framework?
What is Ajax? How it is related to your project?
Explain the procedure to add assemly to gac to make it shared one?
What is func in .net 3.5?
What's wrong with a line like this? Datetime.parse(mystring);
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is typical about a windows process in regards to memory allocation in dot net?