面试 知识点 学习的点点滴滴

时间:2021-12-20 14:43:19

hash 查找快 插入慢

array的equal并没有被override


array1.equals(array2) is the same as array1 == array2, i.e. is it the same array. As @alf points out it’s not what most people expect.

Arrays.equals(array1, array2) compares the contents of the arrays.

Arrays.deepEquals(Object[], Object[]) work as expected for multidimensional arrays

为什么学android不学java web

初学者应该专注编程语言本身,先精通一门语言。而web面太广,tomcat、数据库、JavaScript、css等等,还有各种冗余的配置,我希望能专注在java语言本身。如果公司有需要,我也是可以转。