Value type & data types difference. Example from .NET.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is nmake tool?
Please explain what are an inheritance, polymorphism, and encapsulation?
What is .net code security?
How many types of exception handlers are there in .NET?
What is garbage collection in .net? Explain the garbage collection process?
Please explain what is heap and what is stack?
What are object pooling and connection pooling and difference?
What is the purpose of delegates in .net?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
What is common language specification (cls)?
What is the difference between imperative and interrogative code?
What is LINQ?