#一面(6月2日) 时间一个半小时 1.自我介绍 2.项目 说说自己在项目中遇到的难点。 3.int和Integer的关系与区别 int a=6; Integer b=6; int c=200; Integer d=200; 比较 a和b,c和d的==结果. 4.字符串操作:String,StringBuilder,StringBuffer String a="abc"和String b=new String("abc")区别 5.说一说你了解的集合 6.说一说hashmap和hashtable 7.hashcode和equals的区别与联系 8.说一说...