Saturday 24 December 2011

23. Which of the following is not correct about the value types and reference types in VB.NET?


A.  Dim statement is used to create a variable that represents a value type
B.  Data associated with a value type is allocated on the stack
C.  Reference types must be instantiated after declaration
D. Data associated with a reference type is allocated on the stack
Ans:D