Inside Java 9 – Performance, Compiler, and More

Java 9 brings more than just modules: better performance, less momory consumption, G1 as the default GC, HTML5 Javadoc … a lot goes on inside Java 9.

Similar

Jshell: exploring Java 9 REPL

Remember the days when you need to write at least one class to test a small snippet of Java code ?! well, this days will be soon from the past once java 9 is released. JShell is the first official Java REPL (Read-Eval-Print-Loop), a command line tool that... (more…)

Read more »