Java 9,10, 11 new features - tarunchhabra/parakalo GitHub Wiki
Java 9
As of Java 9 and as part of JEP 213, we can now use final or even effectively final variables inside a try-with-resources block:
As of Java 9 and as part of JEP 213, we can now use final or even effectively final variables inside a try-with-resources block: