mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
As of Java 11 a single file can be launched without explicitly compiling, packaging and running the file in different steps. In other words single-file source-code programs can be executed with "java Program.java", where "Program.java" is the name of the file to be executed.