int [] anArray; // declare an array of integers. Like declarations for variables of other types ... You create an array explicitly using Java's new operator.
確定! 回上一頁