Tag Archives: compare java scala

Java HelloWorld vs Scala HelloWorld

June 17, 2012

2 Comments

As a first step into learning Scala and as one who is familiar with Java, let us compare the customary Helloworld programs in Java and Scala. You might already know that to run a Java program, there must be a public class with a main method that takes one parameter, a String[], and has a void return [...]

email