一. JAVA基础1. 9种基本数据类型及其封装类,所占大小 类型 包装类 大小(字节) byte Byte 1 char Character 2 short Short 2 int Integer 4 float Float 4 double Double 8 long Long 8 boolean Boolean - void Void - 2. Object类方法 getClass() 获取类对象Class (native) hashCode() 获取hashCode值(native) equals(Object) 判断是否同一对象 clone() 对象克隆(native) wait() wait(timeout) wait(time ...

阅读剩下更多

The Interview Experience