Making Java code easier to read

Modern JVM languages such as Kotlin, Groovy, Scala and some others offer many language features that let you write code in a more concise… Read more

Similar

Seeing Register Allocation Working in Java

When the Java Virtual Machine compiles your Java code to machine code, one of the jobs it needs to do is to decide where to store Java local variables and other similar temporary values. Your machine has no concept of local variables, so during compilatio... (more…)

Read more »