java——装包与拆包
JAVA给简单类型都提供了对应的类类型(包装类型) byte Byte char Character short Short int Integer long Long float Float double Double boolean