Value type & data types difference. Example from .NET.
Answer Posted / sarada
Generally Value Type refers to the Variables Which Memory
Is allocated on stack...............But data type Means the
type of variable like int ,char,string like
that...............
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is view state in .net?
What is clr in .net?
Do you know what is the difference between an abstract class and an interface?
Explain garbage collection?
Can you write a class without specifying namespace?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What does mean by .net framework?
What are situations when you register .NET assembly in GAC ?
Explain is the jit an interpreter?
What are nullable types in .NET
What is 'Common Type System' (CTS) in .NET?
Explain how com+ related to the dna architecture?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
What are virtual destructures?
Is Driver Script any how related to AOM?