-
Which of the following NameSpace contains EventLog component?
A) System.ThreadingB) System.IOC) System.DiagnosticsD) System.XML
-
Which NameSpace is used to access the metadata in an Assembly?
A) System.XMLB) System.AssemblerC) System.ReflectionD) System.IO
-
Which control should not be used for adding Tool tip?
A) ToolTipB) TipWinC) ToolTipWinD) ToolsTipsE) B,C & D
-
How are the parameters referenced by default in VB.NET?
A) By ObjectB) By ValC) By RefD) None
-
Which part of the .NET Framework provides Context for managed code?
A) CLRB) .NET Context ManagerC) CTS
-
Every .NET compliant compiler generates IL:
A) TrueB) False
-
How do you declare abstract members in VB.NET?
A) AbstractB) OverrideC) MustoverrideD) Implements
-
How does VB.NET achieve polymorphism?
A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation
-
Which data type of VB has been removed in VB.NET?
A) StringB) DoubleC) ByteD) Currency
-
What is the operator that is used to cast up & down the inheritance hierarchy?
A) CastingB) DirectCastC) InheritenceCastD) LevelCasting
-
Which keyword refers the current instance of an object
A) ThisB) MeC) MyclassD) Mymodule
-
How do you enable Strict Type Checking in VB.NET
A) With OPTION STRICT ON keywordB) With OPTION EXPICIT KeywordC) With OPTION STRICT OFF keyword
-
Classes from which namespace will have to be used to read or write to a file?
A) System.IOB) System.FileObjectsC) System.FileSystem
-
Which namespace Provides access to the database classes:
A) System.DatabaseB) System.DataAdapterC) System.Data
-
The ildasm.exe is a tool to
A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions
VB.NET Interview Questions
Ans