-
How you refer the parent class in VB.Net
A) ParentB) MyBaseC) Super
-
The vbc.exe compiler generates:
A) IL CodeB) Native codeC) Byte Code
-
Which interface provides the fast, connected, forward only access to data source
A) IdataRecordB) IdatabaseC) IdatacursorD) IdataReader
-
Which program will you use to assemble a program written in IL:
A) ilasmB) ildasmC) clr
-
Which of the following functions have been removed in VB.NET from VB 6?
A) String( )B) IsEmpty( )C) DoEvents ( )D) All of the above
-
What is .net?
Explain about.NET Technology
-
How to determine if a variable has not been initialized in VB.NET?
A) ISNull( )B) IsEmpty( )C) IsDdNull( )
-
How do you add Web Methods in VB.Net
A) Add keyword to Method signatureB) Add [WebMethod] on top of the Method SignatureC) Add {WebMethod} on top of the Method Signature
-
Classes from which namespace will have to be used to read or write to a file?
A) System.IOB) System.FileObjectsC) System.FileSystem
Ans