Home » Web Technology » VB NET
Que: 111. The ______________ method converts the value of this instance to a double representing the OLE automation date. a. Now b. Today c. TO OA Date d. From OA Date
Que: 112. The _________________ enable us to pass data between a program and a class. a. Properties b. Procedures c. Variables d. Functions
Que: 113. Which of the following is a basic data type in VB.NET? a. Boolean b. Byte c. Char d. All of the above
Que: 114. Which of the following converts the expression to Object data type in VB.NET? a. CSng(expression) b. CShort(expression) c. CObj(expression) d. CSByte(expression)
Que: 115. Which of the following accesss modifier specifies that an attribute at the beginning of a source file applies to the current assembly module? a. Key b. Module c. Iterator d. In
Que: 116. Which of the following accesss modifier specifies that a property or procedure overrides an identically named property or procedure inherited from a base class? a. Overrides b. Overridable c. ParamArray d. Partial
Que: 117. Which of the following accesss modifier specifies that a property can be written but not read? a. Widening b. WithEvents c. WriteOnly d. ReadOnly
Que: 118. Which of the following directive defines conditional compiler constants? a. #Const b. #ExternalSource c. #If…Then…#Else d. #Region
Que: 119. Which of the following directive conditionally compiles selected blocks of Visual Basic code? a. #Const b. #ExternalSourc c. #If…Then…#Else d. #Region
Que: 120. Which of the following property of Array class in VB.NET checks whether the Array has a fixed size? a. IsFixedSize b. IsStatic c. Length d. None of the above