Home

What is the correct answer?

4

Dim a() as Integer-{1,2,3,4}is a valid statement

A. True

B. False

Correct Answer :

A. True


Related Questions

Data from DataSet is accessed using34 If a button click event is to be fired when the user press the 'Esc' key,… To view Panels of a StatusBar set _________ to true In ADODB the _____________ property is used to connect to the table A user wants that custom colors are visible when the Color Dialog Box… _________ actually updates the values in a DataSet permanently To add items stored in an array to a ListView use Only derived class can have shadows keyword A form can have only ______ Main Menu and _________ Context Menu If a Form is Inherited from another Form and both Forms have certain codes… VB.NET does not support control arrays The default location of the exe file of your solution is Images can be loaded from If Option Explicit is on then Dim i as Integer="10" will produce an error Application.StartupPath actually points to Dim a() as Integer-{1,2,3,4}is a valid statement Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 Use a _________ statement to make Visual Basic object the default object… /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… To make a button the default button, this property of the form must be… While handling keystrokes if e.Handled=True is set then Visual Basic For the same class "Me" and MyBase" are same Finally is fired only when error occurs To get details about an error use If a form call another form and the caller form is closed through code,… DataSet can be used to connect to Crystal Report A Windows Service if installed cannot be uninstalled To retrieve the default path of the project use A DataSet can hold multiple tables even if there are similar fields /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.…