Solved

Consider the Code Segment Below

Question 34

Multiple Choice

Consider the code segment below. Which of the following statements is false? int[] g;
G = new int[23];


A) The value of g[3] is -1.
B) The first statement declares an array reference.
C) The second statement creates the array.
D) g is a reference to an array of integers.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions