We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32c194 commit e9b3da6Copy full SHA for e9b3da6
README.md
@@ -8,9 +8,10 @@
8
- [Simulator for 'OutOfMemoryError'][OutOfMemoryErrorSim.md]
9
- [Singleton using 'enum'][EnumSingletonTest.md]
10
- [How Remote Method Invocation(RMI) works][PowerServiceImpl.md]
11
+##### JDK 9 language features
12
- [How 'jshell' (Read-Eval-Print Loop : JEP-222) works][JShellTest.md]
13
- [How 'VarHandle' class (JEP-193) works][VarHandleTest.md]
-- [Oracle has removed underscore ('_') identifier in JDK 9][UnderscoreAsIdentifierTest.md]
14
+- [Underscore ('_') identifier is removed][UnderscoreAsIdentifierTest.md]
15
16
#### JVM features
17
- [How JVM method-inline optimization works][NoClassInstance.md]
0 commit comments