笔记_Java基础_数据类型

136 阅读1分钟

一. 基本数据类型

1. 数值型

整数: byte[1],short[2], int[4], long[8]
字符型: char[2] 布尔型: boolean[1]

数据类型.png

2. 引用数据类型

类,借口,数组