Solved

Consider the Code Segment Below

Question 20

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions