Value type & data types difference. Example from .NET.

Answers were Sorted based on User's Feedback



Value type & data types difference. Example from .NET...

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

Value type & data types difference. Example from .NET...

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

Post New Answer

More Dot Net General Interview Questions

What is nmake tool?

1 Answers  


Please explain what are an inheritance, polymorphism, and encapsulation?

0 Answers  


What is .net code security?

0 Answers  


How many types of exception handlers are there in .NET?

2 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


Please explain what is heap and what is stack?

0 Answers  


What are object pooling and connection pooling and difference?

3 Answers   TCS,


What is the purpose of delegates in .net?

2 Answers  


When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


What is common language specification (cls)?

0 Answers  


What is the difference between imperative and interrogative code?

0 Answers  


What is LINQ?

2 Answers   Ethos, MSP, TCS,


Categories