基本类型分别是:
整型 (4种) byte  short long int 
字符型 (1种)char(只能存1位)
浮点型 (2种)double(64位) flot(32位)
布尔型(1种) boolean

基础数据类型

相关文章: