Home

Visual Basic .NET MCQ Question with Answer

Visual Basic .NET MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Visual Basic .NET MCQ Question Answer PDF

Question No : 50
To get details about an error use

Err.Message
Err.Desc
Err.Description
Err.Number

Question No : 51
Finally is fired only when error occurs

True
False

Question No : 52
Get method is used to

Assign a value to an user control
Read value from an user control
Both of the above
None of the above

Question No : 53
Set method is used to

Assign a value to an user control
Read value from an user control
Both of the above

Question No : 54
The correct sequence of Form Loading is

Load
Initialize, Load, Activate
Initialize, Activate, Load
Activate, Initialize Load

Question No : 55
InputBox by default returns ________ values

Integer
Byte
Double
String

Question No : 56
To add controls at runtime use

Controls.New
Controls.AddNew
Controls.Add
Controls.AddItem