Exploring Java bytecode
Java is a phenomenal language in a lot of ways. It has a relatively simple syntax. It's well documented and super easy to get familiar with. Getting started is easy. You write your source in a *.java file and run it through the java compiler using javac which