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

Merge pull request #860 from das-friday-night/patch-1

Update Java基础知识.md
This commit is contained in:
SnailClimb 2020-07-25 09:10:19 +08:00 committed by GitHub
commit 2612ad59b7
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