Questions
Question 1 Multiple Choice (Single Answer)
Where do you find COMException class
- System.Runtime.Interopservices
- System.XML
- System. Data
Question 2 Multiple Choice (Single Answer)
Which method of the XMLdocument class takes xml as string while loading
- Loadxml ( )
- Load( )
- Save ( )
Question 3 Multiple Choice (Single Answer)
Which is the base class for TypedDataset
- DataReader
- Dataset
- DataAdapter
Question 4 Multiple Choice (Single Answer)
Which is the best to retrieve Read-Only, Forward-only stream of data from database
- Data Set
- Typed Data Set
- DataReader
Question 5 Multiple Choice (Single Answer)
The DataAdapter uses which of the following object to retrieve the data from database
- Connection
- Command
- DataReader
Question 6 Multiple Choice (Single Answer)
Which of the method is used to display the form as modal
- Showdialog( )
- Activate ( )
- Loaddialog()
- Show( )
Question 7 Multiple Choice (Single Answer)
The tool provided with .Net framework to register assemblies for use by COM is
- Regsvr32
- Regasm
- ILDASM
- Regedit
Question 8 Multiple Choice (Single Answer)
How do you add Web Methods in VB.Net
- Add keyword to Method signature
- Add [WebMethod] on top of the Method Signature
- Add {WebMethod} on top of the Method Signature
Question 9 Multiple Choice (Single Answer)
How do you refer the current class in VB.Net
- Me
- This
- Super
Question 10 Multiple Choice (Single Answer)
How you refer the parent class in VB.Net
- Parent
- MyBase
- Super
Question 11 Multiple Choice (Single Answer)
The serialization of an Object means that it is written out to a stream
- True
- False
Question 12 Multiple Choice (Single Answer)
Which of the following is not a method of Debug class
- Assert( )
- Open()
- Flush( )
Question 13 Multiple Choice (Single Answer)
Vb.Net classes can be derived in C#
- True
- False