JAVA11-int和Integer自动装箱拆箱介绍以及String类的简介
基本数据类型与其包装类八个基本数据类型:byte short int char float double char boolean思考:int a = 1;如何让1变成对象,如果是对象,我们就可以调用相关行为想要有对象,首先必须要有类基本数据类型对应的包装类java给我们提供这样的一个类,称之为基本数据类型的包装类byte short int long float double char booleanByte Short Integer Long Folat Do