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

Please explain what is the difference between odbc and ado?

0 Answers  


What are the different.net tools which you used in projects?

0 Answers  


How do you view the methods and members of a dll?

0 Answers  


Can I write my own .net host?

0 Answers  


What does cil do?

0 Answers  






What is the transport protocol you use to call a seb service soap?

0 Answers  


What is a metadata in .net?

0 Answers  


Types of JIT and what is econo-JIT ?

5 Answers   Hewitt, TCS,


A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?

0 Answers  


What are the differences between an interface and an abstract class in .net?

0 Answers  


Explain what inheritance is, and why it's important?

0 Answers  


How many types of generations are there in a garbage collector?

0 Answers  


Categories