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 clr in .net?
What are two different types of remote object creation mode in .net?
What is connection pooling and how do you make your application use it?
What is strong name?
What is heap and what is stack?
What is a serviced component?
Directcast(123.34,integer) - should it throw an error? Why or why not?
Explain about .NET services?
What is "microsoft intermediate language" (msil)?
What is the Difference between directcast and ctype?
What are the different types of remote object creation mode in .net?
What is the difference between a debug and release build?