Mathematics
Exploring the Mandelbrot set with Java
When the Java programming language and the Java Virtual Machine (JVM) first came out in the 1990s, the JVM was slow. Computers in general were slow back then, compared to how fast they are now.

For example, if you wanted to write a Java program to display the Mandelbrot set fractal in color, you would probably have to wait five minutes for the thing to…