1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update java-basic-questions-01.md

This commit is contained in:
Guide 2022-03-24 11:08:09 +08:00 committed by GitHub
parent bb2f53a4b9
commit 4e10294d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,7 +549,7 @@ Java 中有 8 种基本数据类型,分别为:
```java ```java
class BasicTypeVar{ class BasicTypeVar{
private int x; private int x;
} }
``` ```