Return to site

☕ Java 22: Multi-File Source-Code Program Execution 👍👍

· java,java22

Java 22 brings multi-source-file execution to the platform.

⭐ Java 11 brought Single-File Source-Code Program Execution:

⭐ Java 22 brings Multi-File Source-Code Program Execution:

It allows us to run ▶️ programs consisting of multiple source files and even dependencies with just a simple Java command.

For experienced 💪 developers, this will make exploration and experimentation simpler

but it’s a real game changer 🪄 for people just learning Java or even programming: They can now write Java code from single to multiple source files and even add dependencies before considering 🤔 an IDE or build tool.

#java #java22 #jep458 #build #javaOnboarding

JEP documentation👉https://openjdk.org/jeps/458