- 
                    What is the out put NotInheritable Class A Public sub printA End sub Public sub PrintB End subEnd ClassClass B Inherits A End ClassA) Both PrintA & PrintB are available at Class BB) Only PrintA is available at Class BC) Class B Can not inherit classA as it is not inheritable 
- 
                    Append,Binary,Input are all the enumerated members ofA) OpenMode EnumerationB) OpenAccess EnumerationC) OpenShare Enumeration 
- 
                    VbOk,VbCancel,VbAbort are all the enumerated members ofA) MsgboxStyle EnumerationB) MsgboxResult EnumerationC) CompareMethod Enumeration 
- 
                    Assembly manifest containsA) Assembly’s IdentityB) Assembly’s Reference ListC) Both A & B 
- 
                    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. 
- 
                    OPTION exists in VB.NETA) TrueB) False 
- 
                    Select the keyword used to compare the object variable?A) AndB) ORC) ISD) OF 
- 
                    Can you have optional parameters in VB.NET code?A) YesB) No 
- 
                    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 
- 
                    Shared method can be invoked directly from the class itselfA) TrueB) False 
- 
                    When you a create a console application in VB.NET which of the following files are added by default to the projectA) Assembly info file and a Class fileB) Assembly info file and a Module fileC) Class file and a Module file 
- 
                    
- 
                    
- 
                    Web services can handle any type of data that can be serializedA) TrueB) False 
- 
                    The tool provided with .Net framework to register assemblies for use by COM isA) RegasmB) Regsvr32C) ILDASM 
- 
                    Which of the method is used to display the form as modalA) Activate ( )B) Show( )C) Showdialog( ) 
- 
                    Which is the base class for TypedDatasetA) DataReaderB) DatasetC) DataAdapter 
- 
                    How do we refer a namespace to an VB.Net projectA) With the help of Using KeywordB) With the help of Imports keywordC) With the help of Inherits keyword 
- 
                    It is not possible to derive a class in VB.Net from a class written in C#A) TrueB) FalseExplanation: It is possible to derive a class in vb.net from a class written in C# through CTS 
- 
                    
VB.NET Interview Questions

 
  
  
  
		
Ans