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 |
Explain about major components of the .NET framework.
What are the features of UIP Application Block?
Tell us what is the native image generator?
Please explain when should you use .net web forms over asp.net mvc?
What?s the Unix name for a Windows service equivalent?
How many types of design patterns available in .NET?
What is a formatter?
Explain how to manage pagination in a page using .net?
What is the model role in Mvc architecture?
What is .net3.0 and .net3.5?
What is finalize method in .net?
what is the difference between early binding and late binding in .net?