-
-
-
-
-
A ‘Stack’ Collection provides ‘first-in-first-out’ functionality:
A) TrueB) FalseExplanation: A stack provides last-in-first-out functionality
-
Clone method can create which type of object in VB.NET?
A) Shallow CopyB) Deep CopyC) Either A or BD) None
-
-
-
-
-
-
TlbExp does the same thing which RegAsm does
A) TrueB) FalseExplanation: TlbExp exports the Type Library information
-
It is possible to specify the base of the array Other than 0
A) TrueB) FalseExplanation: In VB.NET Arrays index always begin at 0.
-
The keyword to use while overloading operators is:
A) OperatorB) OverloadC) Overloads
-
-
-
-
-
-
Which of the following statement is wrong in case of Constructors in VB.NET ?
A) Constructors are always named as NewB) Constructors do not return anythingC) Constructors can not be parameterizedD) Constructors are implicitly called when an object is created
VB.NET Interview Questions
Ans