Top 50+ Solved Webenabled application MCQ Questions Answer
Q. .................. namespace in vb.net includes essential classes and base classes that define commonly used data types, events and event handlers, interfaces, attributes, exceptions and so on.
a. system
b. system.collections
c. system.net
d. system.reflection
Q. The file extension .................. in vb.net represents a web form.
a. .asp
b. .asmx
c. .aspx
d. .asax
Q. 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
Q. ...................... 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
Q. A ............... is a reference type that represents a strongly typed function pointer.
a. enumeration
b. interface
c. delegate
d. structure
Q. Most of the primitive data types; Boolean, Byte, Char etc. defined in FCL are implemented as ............
a. enumeration
b. interface
c. delegate
d. structure
Q. 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
Q. ....................... 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