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 meant fulltrust?
What are possible implementations of distributed applications in .NET?
What is RPC? What is the use of it?
Explain the difference between public and static modifiers?
What is RCW (Run time Callable Wrappers)?
What is the use of activex control in .net?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
Explain boxing and unboxing in .net.
What is the difference between task and thread in .net?
what are the Goals of the UIP Application Block?
What are two different types of remote object creation mode in .net?
What is cyclomatic complexity and why is it important?