Home » Web Technology » VB NET
Que: 131. Which of the following accesss modifier is used in generic interfaces and delegates? a. In b. Iterator c. Key d. Module
Que: 132. Which of the following accesss modifier specifies that a property or procedure cannot be overridden in a derived class? a. NotOverridable b. Optional c. Out d. Overloads
Que: 133. Which of the following accesss modifier specifies that one or more declared programming elements are accessible only from within their own class or from a derived class? a. Private b. Public c. Protected d. ReadOnly
Que: 134. Which of the following accesss modifier specifies that Visual Basic should marshal all strings to Unicode values regardless of the name of the external procedure being declared? a. Shadows b. Shared c. Static d. Unicode
Que: 135. Which of the following operator returns the address of a procedure? a. AddressOf b. Await c. GetType d. Function Expression
Que: 136. Which of the following Collection class of VB.NET represents a first-in, first out collection of object? a. Queue b. BitArray c. SortedList d. Stack
Que: 137. Which of the following keyword of VB.NET is used to throw an exception when a problem shows up? a. Try b. Catch c. Finally d. Throw
Que: 138. Which of the following converts the expression to Char data type in VB.NET? a. CBool(expression) b. CByte(expression) c. CChar(expression) d. CDate(expression)
Que: 139. Which of the following converts the expression to Long data type in VB.NET? a. CDbl(expression) b. CDec(expression) c. CInt(expression) d. CLng(expression)
Que: 140. Which of the following accesss modifier specifies that a class cannot be used as a base class? a. MustInherit b. MustOverride c. Narrowing d. NotInheritable