导入java.utils.Arrays报错,提示The import java.util.Arrays conflicts with a type defined in the same file
把文件名修改下
Arrays这种属于系统保留字的,不能作为Java的类名及文件名。