int[] scores={78,91,84,68};和int[] scores=new int[]{78,91,84,68};有何区别?
性质上是在一个内存地址,只是书写的语法不一样而已
两者等价,使用上没有什么区别