We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7565540 commit f63f4c9Copy full SHA for f63f4c9
1 file changed
docs/java/basis/java-basic-questions-01.md
@@ -256,6 +256,8 @@ Java 中的注释有三种:
256
| 变量引用 | super | this | void | | | | |
257
| 保留字 | goto | const | | | | | |
258
259
+> Tips:所有的关键字都是小写的,在 `IDE` 中表现为<font color=blue>蓝色</font>。
260
+
261
> `default` 这个关键字很特殊,既属于`程序控制`,也属于`类,方法和变量修饰符`,还属于`访问控制`。
262
>
263
> 在`程序控制`中,当在 `switch` 中匹配不到任何情况时,可以使用 `default` 来编写默认匹配的情况。
0 commit comments