Home

What is the correct answer?

4

dim arr(10) as string,
the max index of the array is

A. 9

B. 10

C. Can be >10 also

D. None of the above

Correct Answer :

B. 10


Related Questions

dim arr(10) as string, the max index of the array is Default event handler of Splitter is This view is not present in VB.NET You can assign a Main Menu to any control A form can have only one default button A single LinkLabel can support multiple links A user wants that custom colors are visible when the Color Dialog Box… You create a UserControl having a TextBox and include that in a separate… To use HelpProvider, the following properties of the form needs to be… To vertically arrange all forms in an MDI form use In OLEDB database can be accessed without using DataSet Only derived class can have shadows keyword A DataSet can be updated only when the connection is open The Apply button automatically appears of the Font Dialog Box is opened A Windows Service if installed cannot be uninstalled Finally is fired only when error occurs _________ actually updates the values in a DataSet permanently To get details about an error use If a Label control's AutoSize property is set to True, can you resize… To override Finalize function the scope of the function must be In reports ___________ property help to assign user-defined criteria /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… To make a button the default button, this property of the form must be… A form can have only ______ Main Menu and _________ Context Menu ___________ is used to pass copies of a variable while __________ is used… To call a buttons click event use Get method is used to If a form call another form and the caller form is closed through code,… To display multiple columns in ListView the View property must be set… If an user-defined class have a user-defined event then, the class object…