Discussion :: VB.Net
- 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
|
Answer : Option B
Explanation :
Be The First To Comment