val数据类型有哪些?
在JAVA中
有基本数据类型和引用数据类型两种。
基本数据类型:
字符型char
整数型 byte short int long
浮点型 float double
布尔型 boolean
引用数据类型:
字符串、数组、类、接口等