Single File Source Code with Java 11
Sun, Apr 21, 2019
One of the many salient features of Java 11 is the ability to directly run a single file of Java source code without the need to compile the source code first. Complementing JShell, this feature helps in learning Java and in writing simple utility applications and CLIs.
Continue reading this article on Medium.