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… Read more

Similar

Java Stream Kata on GitHub

Java Stream Code Kata. ☕️ 🤺 Collection of small tasks with detailed answers in form of unit tests. - GitHub - HubertWo/java-stream-kata: Java Stream Code Kata. ☕️ 🤺 Collection of small tasks with d... (more…)

Read more »

Java Control Flow: Part 1

In this series I will explain what control flow is, how it is represented for program analysis, and the various nuances for practical implementations that target Java bytecode. Basics Control flow is a term used to describe the order in which the statemen... (more…)

Read more »