Java Arrays: Understanding Data Types and Indexing
c. Statement A is true and statement B is false.
An array in Java is a collection of elements of the same data type stored in adjacent memory locations. The elements can be accessed by the subscript number of the array, which starts from 0.
原文地址: https://www.cveoy.top/t/topic/ozvG 著作权归作者所有。请勿转载和采集!