-
Webservices will have the file extension
A) .aspxB) .asmxC) .ascxExplanation: Web services files when compiled will have the .asmx file extension
-
-
-
-
What is wsdl?
Web service description languageit is used to describe the webservices
-
-
-
-
-
-
-
-
-
-
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
VB.NET Interview Questions
Ans