What is the meaning of the declaration: String [][] a = new String [60][80]; ?
a) Create an array of 60 strings, each of size 80 characters.
b) Create an array of 80 strings, each of size 60 characters.
c) Create a two-dimensional array of strings with 60 columns and 80 rows.
d) Create a two-dimensional array of strings with 60 rows and 80 columns.
d.
You might also like to view...
In a For statement of the form shown below, what is the default step value when the "Step c" clause is omitted?
For i As Integer = a To b Step c (A) the same as a (B) the same as b (C) 0 (D) 1
Select protocols that are used for e-mail processing.
a. ETP, FTP b. SMTP, POP3 c. SMTP, POP3, IMAP d. ETP, FTP, SMTP
To exit Base, the user can click on File and then click Close
Indicate whether the statement is true or false
A radio button form control can be set to allow a user to choose only one option or allow for multiple selections.
Answer the following statement true (T) or false (F)