Revolutionizing Java with GraalVM Native Image

GraalVM Native Image is an ahead-of-time compiler that generates native Java executables. These executables start very fast and use less CPU and memory. This makes Java in the cloud cheaper. GraalVM can even achieve peak throughput on par with the JVM. Ma… Read more

Similar

How to “Rock Paper Scissors” in Java

The challenge Let’s play Rock Paper Scissors! You have to return which player won! In case of a draw return Draw!. Examples: The rules of the game Rock Paper Scissors The rules of the game Rock Paper Scissors is quite simple. Rock beats scissors, scissors... (more…)

Read more »

25th Anniversary of Java 1.0

On January 23rd, 1996, Sun Microsystems announced the availability of Java 1.0, an object oriented, platform neutral programming language. The fact that it was released as a freely available language and compiler for multiple platforms, coupled with it... (more…)

Read more »