1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-25 02:27:10 +08:00

Update Java基础知识.md

fix typo
This commit is contained in:
das.friday.night 2020-07-21 23:31:02 -07:00 committed by GitHub
parent ba2509ae5c
commit 9afc948778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,7 +494,7 @@ Java**中**有8种基本数据类型分别为
1. 6种数字类型 byte、short、int、long、float、double
2. 1种字符类型char
3. 1布尔型boolean。
3. 1布尔型boolean。
这八种基本类型都有对应的包装类分别为Byte、Short、Integer、Long、Float、Double、Character、Boolean