VB (Visual Basic) .Net Quiz
Description: VB (Visual Basic) .Net Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: .net vb |
How many levels of compilation happens in .NET Framework
Most of the underlying integration of .NET is done through XML
An Assemblyinfo file in a VB.NET project will have blank as file extesion.
Every type supported by CTS is derived from
Which of the following Types will have data of fixed size
What is the significance of Option Explicit statement when it is set to On
Which of the following class does not belong to Collection namespace
Methods declared with the following modifier are not accessible outside the class
The methods which return the values back to the calling code are called as
How do you terminate code execute with in a VB.NET method
How do you create a Read only Property in VB.NET
The constructors in VB.Net is similar to which event in previous versions of VB
Which interface allows to implement the Dispose method to do cleanup work
How do you call non shared methods of a class