Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q6: All Java classes must contain a method
Q7: Which of these expressions is illegal in
Q8: What is wrong with this loop? How
Q9: If d is a double and i
Q10: Which is not a primitive type in
Q12: When using the method System.out.printf( ),what is
Q13: The following code attempts to find the
Q14: In Java,when we write an if-statement of
Q15: If s1 = "dog" and s2 =
Q16: Suppose a,b and c are the lengths