We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1501a commit b2933ccCopy full SHA for b2933cc
docs/java/basis/java-basic-questions-01.md
@@ -749,7 +749,7 @@ Double i4 = 1.2;
749
System.out.println(i3 == i4);// 输出 false
750
```
751
752
-下面我们来看一下问题。下面的代码的输出结果是 `true` 还是 `flase` 呢?
+下面我们来看一下问题。下面的代码的输出结果是 `true` 还是 `false` 呢?
753
754
```java
755
Integer i1 = 40;
docs/java/jvm/memory-area.md
@@ -551,7 +551,7 @@ public static Boolean valueOf(boolean b) {
551
552
如果超出对应范围仍然会去创建新的对象,缓存的范围区间的大小只是在性能和资源之间的权衡。
553
554
555
556
557
0 commit comments