Java语言程序设计 7.26(完全相同的数组)
7.26 (Strictly identical arrays) The arrays list1 and list2 are strictly identicalif their corresponding elements are equal. Write a method that returns true if list1 and list2 are strictly identical, using the following header:public static boolean