Online VB.NET test, VB.NET quiz, VB.NET certification test

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
Click here to start VB.NET practice test/quiz
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
Describe how to implement globalization and localization in the use interface in .NET.

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. ..............

ASP.NET Exception Handling Interview questions with answers

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?



Write your comment - Share Knowledge and Experience

Discussion Board
Online VB.NET test

______________ can be accessed from all types within the assembly, but not from outside the assembly.

Public
Private
Friend
Protected
Protected Friend


Online VB.NET test 05-10-2012 04:43 AM

Online VB.NET test, VB.NET quiz, VB.NET certification test

Which of the following is not correct about the value types and reference types in VB.NET?

Dim statement is used to create a variable that represents a value type
Data associated with a value type is allocated on the stack
Reference types must be instantiated after declaration
Data associated with a reference type is allocated on the stack


Online VB.NET test 05-10-2012 04:43 AM

Online VB.NET test, VB.NET quiz, VB.NET certification test

Which of the following namespace provides support for obtaining information and dynamic creation of types at runtime?

System.IO
System.ComponentModel
System.Reflection
System.Data


VB.NET test 05-10-2012 04:42 AM

Online VB.NET test, VB.NET quiz, VB.NET certification test

Which of the following is not true for Shared members?

Shared members belong to the type but not to any instance of a type
They can be accessed without creating an instance of the type.
They can be accessed using the type name
They are accessed using instance name


VB.NET test, VB.NET quiz 05-10-2012 04:41 AM

Online VB.NET test, VB.NET quiz, VB.NET certification test

Choose the correct statement about a delegate in VB.NET

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


Online VB.NET test 05-10-2012 04:40 AM

Online VB.NET test, VB.NET quiz, VB.NET certification test

________________ is used to step through each line of code as it executes, including calls to other function.

Step Out
Step Over
Step Into
Run to Cursor
Set Next Statement


Online VB.NET test 05-10-2012 04:40 AM

 


Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring