These objective questions on VB.NET programming are an excellent mix of various
aspects of programming in VB.NET. Questions here range from checking your very
basic fundamentals on VB.NET to more advanced technical topics of VB.NET
programming. Practice with this objective test to face the entrance exams,
written tests for interviews, certification tests on VB.NET confidently. This
is a set of 33 practice questions on VB.NET programming with some sample VB.NET
objective questions.
Online Practice
Test > VB.NET Test
Here are few sample VB.NET practice test/quiz
How do you limit implicit type conversion in VB.NET?
Options
Option Strict On
Option Strict=1
Options Strict True
Option Strict off
Choose the correct statement about a delegate in VB.NET
Options
A delegate is a strongly type function pointer
It is a type-safe function pointer
Delegates are used to create associations between events and event handlers in
VB.NET
All of the above statements are correct for a delegate .
Which of the following control doesn't receive the focus and doesn't have a
TabIndex property?
Options
PictureBox
LablControl
ListBox
TabControl control
Click here to start
VB.NET practice test/quiz
More Links
Latest answer: Application use locale to identify the language
and country of the user. E.g.: for English speaking US based user it would be
“en-US”. The locale also has the information for datetime, currency etc
formats. ..............
Define Exception handling in ASP.NET. | What are the ways of
handling exceptions in ASP.NET? | Explain Try/catch block method of exception
handling. | Define Error Events. Define Custom Error Pages. | Why is exception
handling important to an application? | When can you use tracing with exception
handling?
|