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?
Which server tag comes from server when we submit any data
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Name the classes that are introduced in the system.numerics namespace.
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
how can i create a table from front end to back end in wabe page?
Explain the main components in .net?
Please explain is the jit an interpreter?
Please explain what do the terms “boxing” and “unboxing” mean?
How to view a .NET assembly?
What?s a proxy of the server object in .NET Remoting?
I'm having some trouble with cas. How can I troubleshoot the problem?