Skip to content

Commit a6350b9

Browse files
committed
Reserved Words
1 parent 76fd786 commit a6350b9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Core JAVA.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ Reserved Words (53)
8787

8888
(50 Keywords + 3 Reserved Literals)
8989

90+
<details>
91+
<summary style="opacity: 0.85;"><b>Tree structure</b></summary><br>
92+
9093
```java
9194
Reserved Words (53)
9295
@@ -190,3 +193,22 @@ Reserved Words (53)
190193

191194
---
192195

196+
</details>
197+
198+
| **Data Types (8)** | **Flow Control (11)** | **Modifiers (11)** | **Exception Handling (6)** | **Class Related (6)** | **Object Related (4)** | **Return Type** | **Unused (2)** |
199+
| ------------------ | --------------------- | ------------------- | -------------------------- | --------------------- | ---------------------- | --------------- | -------------- |
200+
| byte | if | public | try | class | new | void | goto |
201+
| short | else | private | catch | interface | instanceof | | const |
202+
| int | switch | protected | finally | extends | super | | |
203+
| long | case | static | throw | implements | this | | |
204+
| float | default | final | throws | package | | | |
205+
| double | while | abstract | assert (Java 1.4) | import | | | |
206+
| boolean | do | synchronized | | | | | |
207+
| char | for | native | | | | | |
208+
| | break | strictfp (Java 1.2) | | | | | |
209+
| | continue | transient | | | | | |
210+
| | return | volatile | | | | | |
211+
212+
---
213+
214+

0 commit comments

Comments
 (0)