The JEP 330: Launch Single-File Source-Code Programs was introduced in Java 11 and provides the ability to run a Java single-file source code directly without any compilation. The files for the ...