-
-
-
-
Class Library
What are the benefits of using Class Library?
-
-
-
-
-
-
How does VB.NET instantiates the .NET object
A) Using NEW keywordB) Using CREATEOBJECT keywordC) Using GETOBJECT keywordD) Both A & B
-
How do you create method which can be accessed without the use of objects reference ?
A) Using FRIEND KeywordB) Using STATIC KeywordC) Using SHARED KeywordD) NONE
-
How do you join strings in VB.NET
A) +B) &C) Both A & B
-
What is the out put of the following codeMustInherit class MyFirstclassPublic Dim Num as IntegerPublic Sub New( I as integer) Num=iEnd SubEnd ClassClass Test Dim cls as New MyFirstclass( 100) Console.writeLine (cls.Num)End Class
A) Can not Create an Instance of MyfirstClassB) MyFirstclass is created and 100 is assigned to Num variableC) Runtime Error
-
Examples of Extended Provider are
A) Dataprovider & Error HandlerB) Errorprovider & HelpproviderC) Errorhandler & FinalizerD) None
-
Which method in VB.NET is called right before the object is destroyed
A) SealedB) FinalizeC) Finally
-
Which interface allows to implement the Dispose method to do cleanup work
A) IcleanupB) IdisposableC) Idestructor
-
-
-
-
VB.NET Interview Questions
Ans