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 |
Different between .net & j2ee ?
How do you create threading in.net?
what all type of application can u make with visual studio?
Is .net a programming language?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is Meta Data? Explain Types of Assemblies
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Class for getting the info that is on clipboard of our system in a windows App?
What is different between User Control and Web Control and Custom Control?
Interop Services?
Different levels of priority provided by .net.