-
Which class is used to run the EXE application file in VB.NET
A) ProcessB) ApplicationC) ExeD) Execute
-
What is .net?
Explain about.NET Technology
-
Which keyword refers the parent of the current object
A) MeB) SuperC) MybaseD) This
-
In VB.NET default value for Boolean variable?
A) TrueB) FalseC) NothingD) Null
-
Control Events
Which controls do not have events?
-
What is the purpose of Invoke Method?
A) Used to call any procedureB) Used to call the procedure through Delegate variableC) BothD) None
-
Every type supported by CTS is derived from
A) System .ObjectB) System .TypeC) System .DataExplanation: System .Object is the base for every type in VB.NET
-
Applications for Smart Phone and other handheld devices can be written using:
A) .NET Smartclient FramworkB) .NET Small FrameworkC) .NET Compact Framework
-
Which of the following functions have been removed in VB.NET from VB 6?
A) String( )B) IsEmpty( )C) DoEvents ( )D) All of the above
-
How do you implement inheritance in VB.NET
A) Using Extends KeywordB) Using Imports KeywordC) Using Override keywordD) None
-
Which program will you use to assemble a program written in IL:
A) ilasmB) ildasmC) clr
-
-
What is the lower bound value of array in VB.NET?
A) 0B) -1C) 2D) 3
-
How do you limit implicit type conversion in VB.NET?
A) Options Strict TrueB) Option Strict=1C) Option Strict OnD) Option Strict off
-
How do you achieve interface implementation in VB.NET?
A) ImplementsB) UsesC) ImportsD) Overrides
-
An Assemblyinfo file in a VB.NET project will have _______ as file extesion.
A) .configB) .vbC) .cs
-
How do you preserve the contents of an array from being cleared when the array is redimensioned?
A) Using Redim KeywordB) Using Preserve KeywordC) Using Reserve Keyword
-
Vb.Net classes can be derived in C#
A) TrueB) FalseExplanation: Since VB.Net Adheres to Common Type syetsm it is possible to Derive a class written in VB.Net in C#.
-
-
What is the significance of Shadowing a method in VB.Net ?
A) It makes a method OverridableB) It makes a method not inheritableC) It replaces all the implementation from high in the inheritance chain
VB.NET Interview Questions
Ans