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.

Computer Science & Information Technology

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

Computer Science & Information Technology

Select protocols that are used for e-mail processing.

a. ETP, FTP b. SMTP, POP3 c. SMTP, POP3, IMAP d. ETP, FTP, SMTP

Computer Science & Information Technology

To exit Base, the user can click on File and then click Close

Indicate whether the statement is true or false

Computer Science & Information Technology

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)

Computer Science & Information Technology