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 we can capture the value in textbox when selectedvluechanged event of gridview is fired
What does il do?
What are server controls?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Explain what are an object and a class?
What is interface and abstract class in .net?
What are use of Cloud computing....?
Explain the Difference between value and reference type.
What is singleton activation mode in .net?
Can you write a class without specifying namespace?
How viewstate is being formed and how it is stored on client in .net?
How do you create threading in .NET? What is the namespace for that?