-
Which keyword refers the current instance of an object
A) ThisB) MeC) MyclassD) Mymodule
-
Which are the exceptions that VB.Net supports ,C# & other languages doesn’t support ?
A) When ClauseB) Exit Try statementC) Both 1& 2D) None
-
What is the operator that is used to cast up & down the inheritance hierarchy?
A) CastingB) DirectCastC) InheritenceCastD) LevelCasting
-
Which data type of VB has been removed in VB.NET?
A) StringB) DoubleC) ByteD) Currency
-
How does VB.NET achieve polymorphism?
A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation
-
How do you declare abstract members in VB.NET?
A) AbstractB) OverrideC) MustoverrideD) Implements
-
Select the keyword used to compare the object variable?
A) AndB) ORC) ISD) OF
-
How are the parameters referenced by default in VB.NET?
A) By ObjectB) By ValC) By RefD) None
-
Which type of procedure does a delegate point to
A) Static procedureB) Instance ProcedureC) Both
-
Which control should not be used for adding Tool tip?
A) ToolTipB) TipWinC) ToolTipWinD) ToolsTipsE) B,C & D
-
OPTION exists in VB.NET
A) TrueB) False
-
How do you write the schema of a Dataset to a XML
A) Dataset.WriteXMLB) Dataset.WritexmlschemaC) Dataset.AddxmlSchemaD) None
-
Which NameSpace is used to access the metadata in an Assembly?
A) System.XMLB) System.AssemblerC) System.ReflectionD) System.IO
-
Which of the following NameSpace contains EventLog component?
A) System.ThreadingB) System.IOC) System.DiagnosticsD) System.XML
-
What is serialization of an Object?
A) Writing the Object to a StreamB) Reading the Object from a StreamC) Adding the Object to a collectionD) None of the above
-
What are the sequence of events of a webForm Life Cycle
A) Form_Initialize, Form_Load, Form_QueryUnload, Form_UnloadB) Form_Load, Form_Initialize, Form_QueryUnload, Form_UnloadC) Form_Initialize, Form_Load, Form_Unload, Form_QueryUnloadD) Form_Load, Form_Initialize, Form_Unload, Form_QueryUnload
-
What is Remoting?
A) Concept which allows code in one AppDomain call on objects of other App DomainB) A Concept which transmits the data over networkC) A Concept which deploys the code in remote server.
-
Assembly manifest contains
A) Assembly’s IdentityB) Assembly’s Reference ListC) Both A & B
-
VbOk,VbCancel,VbAbort are all the enumerated members of
A) MsgboxStyle EnumerationB) MsgboxResult EnumerationC) CompareMethod Enumeration
-
Append,Binary,Input are all the enumerated members of
A) OpenMode EnumerationB) OpenAccess EnumerationC) OpenShare Enumeration
VB.NET Interview Questions
Ans