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 are code contracts?

0 Answers  


Give An example of a ctype and directcast.

2 Answers   Wipro,


What is dot net and its uses?

0 Answers  


How can we convert XML data into DataBase table IN .Net?

3 Answers   Indus Media, Wipro,


Should I use readerwriterlock instead of monitor.enter/exit?

0 Answers  






What are server controls?

1 Answers   Avanade, Wipro,


What is connected and diconnected database ?

0 Answers  


Explain Different kinds of methods?

0 Answers   Wipro,


How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?

6 Answers   C Squared Systems,


What is common type system (cts)?

0 Answers  


Explain why do we use msmq?

0 Answers  


ctype(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Categories