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

Options
- Dim statement is used to create a variable that represents a value type
- Data associated with a value type is allocated on the stack
- Reference types must be instantiated after declaration
- Data associated with a reference type is allocated on the stack


CORRECT ANSWER : Data associated with a reference type is allocated on the stack

Discussion Board
info

no comment

holly pogue 11-7-2014 04:16 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement