A deep copy means actually creating a new array and copying over the values. public class Ex{ private int[] data; // altered to make a deep copy of values
確定! 回上一頁