Home / CSE MCQs / VB.Net :: Discussion

Discussion :: VB.Net

  1. Which of the following is not correct about the value types and reference types in VB.NET?
  2. 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

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment