Home » Web Technology » VB NET
Que: 181. The data data type in visual basic .net equivalent to ……………… data type in .net FCL. a. System.Date b. System.DateTime c. System.Time d. System.DateFormat
Que: 182. ………………… are symbols used to perform operations; like +, which performs addition operations, -, which performs subtraction operations and so on. a. Keywords b. Operators c. Variables d. Expressions
Que: 183. ……………… are symbolic names given to values stored in memory and declared with the Dim keyword. a. Keywords b. Operators c. Variables d. Expressions
Que: 184. The keyword ……………………, gives variables protected access, which means they are accessible only from within their own class. a. Protected b. Friend c. Protected Friend d. Private
Que: 185. The variables in ………………. access means they are accessible only from within their declaration context, including any nested procedures. a. Protected b. Friend c. Protected Friend d. Private
Que: 186. The …………….. variable is not associated with a specific instance of a class or structure. a. Protected b. Shared c. Shadows d. Friend
Que: 187. The ……………… variable are accessible from within the program that contains their declaration, as well as anywhere else in the same assembly. a. Protected b. Friend c. Protected Friend d. Private
Que: 188. …………….. is used to declare arrays; which gives upper sounds of the dimensions of an array variable. a. bound b. bound array c. bound list d. bound table
Que: 189. ………….. function in vb.net is used to convert character code to character. a. Char b. Format c. Convert d. Chr
Que: 190. ………… function in vb.net converts character to character code. a. Chr b. Val c. Asc d. Str