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 : 15
Using OLEDB you can connect more than one table

True
False

Question No : 16
VB.NET supports Multi Level Inheritance

True
False

Question No : 17
Structured and Unstructured exceptions can't be mixed

True
False

Question No : 18
You create a UserControl having a TextBox and include that in a separate Form. Can you use all the properties of the TextBox in the UserControl from that Form?

Yes
No

Question No : 19
Using MyBase you can call base class

Constructor
Method
Variables
All of the above

Question No : 20
A thread can be started only once

True
False

Question No : 21
If a Label control's AutoSize property is set to True, can you resize the control

Yes
No