Jdk 11 new features

Single-file source code and a starter Maven project for JDK 11

Sumary Testing a single-file source program A Maven project: jdbc and csv export Today Oracle just released JDK 12. Like most developers, I am still using JDK 1.7 or 1.8. But I am curious about it. So I spent some time on JDK 11. Single-file source code Basically you do not need to compile first before you run. Java single-source has no dependency management: you still have to set up classpath just like you run a compiled Java class file. [Read More]