VB NET set 18

Que: 171. The file extension …………….. in vb.net represents a global application class, used to handle global application class, used to handle global ASP.NET application level events.
a. .asp
b. .asmx
c. .aspx
d. .asax
Que: 172. The file extension ……………… in vb.net represents a web form.
a. .asp
b. .asmx
c. .aspx
d. .asax
Que: 173. When you save a solution, it’s give the file extension .sln and all the projects in the solution are saved with the extension ……………
a. .vbproj
b. .vbdisco
c. .vbs
d. .vb
Que: 174. The .NET platform and the .NET framework class library were developed in an effort to address these weakness of ………………….
a. XML
b. HTML
c. COM
d. DCOM
Que: 175. …………………. are virtual base classes; that is they consist of members; methods, properties and events that have no implementations.
a. Enumerations
b. Interfaces
c. Delegates
d. Structures
Que: 176. A …………… is a reference type that represents a strongly typed function pointer.
a. Enumeration
b. Interface
c. Delegate
d. Structure
Que: 177. Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as …………
a. Enumeration
b. Interface
c. Delegate
d. Structure
Que: 178. Specialized classes include the stack class, a last-in first-out structure, the queue class, first-in, first-out structure in the …………………… namespace.
a. System
b. System.collections
c. System.NET
d. System.Reflection
Que: 179. ………………….. allow custom items of information about a program element to be stored with an assembly’s metadata.
a. Attributes
b. Structures
c. Exception
d. Data type
Que: 180. ………………… datatype in .Net FCL corresponds integer data type in vb.net.
a. System.Int32
b. System.Int64
c. System.Int16
d. System.Number