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 |
How to customize the trace output?
Where?s Windows service database located?
What is CCW (COM Callable Wrapper)
What is the purpose of enumerable class in .net?
How to implement DataGrid in .NET?
How to write an MMC snap-in for my Windows service?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.
What method do you use to explicitly kill a users session? How?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Explain the procedure to add assemly to gac to make it shared one?
How to spawn a thread?
In code behind class, name the type of code found. Is it the server side code or client side code?