You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core JAVA.md
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,9 +156,12 @@ Reserved Words (53)
156
156
│ ├── ReturnType (1)
157
157
│ │ └── void
158
158
│ │
159
-
│ └── UnusedKeywords (2)
160
-
│ ├── goto
161
-
│ └── const
159
+
│ ├── UnusedKeywords (2)
160
+
│ │ ├── goto
161
+
│ │ └── const
162
+
│ │
163
+
│ └── EnumType (1)
164
+
│ └── enum (added in Java1.5)
162
165
│
163
166
└── ReservedLiterals (3)
164
167
├── true
@@ -185,29 +188,30 @@ Reserved Words (53)
185
188
186
189
---
187
190
188
-
### **Special Version Info**
189
-
190
-
*`strictfp` → Added in **Java 1.2**
191
-
*`assert` → Added in **Java 1.4**
192
-
* All others → From **Java 1.0**
193
-
194
-
---
195
-
196
191
</details>
197
192
198
-
|**Data Types (8)**|**Flow Control (11)**|**Modifiers (11)**|**Exception Handling (6)**|**Class Related (6)**|**Object Related (4)**|**Return Type**|**Unused (2)**|
0 commit comments