Archive for July 5th, 2009
How’s Scala different from Java?
Scala is statically type like Java but with Type Inferencing support. Which means that the scala compiler analyzes the code deeply to determine what type a particular value is.
In Scala its not required to use semicolons to terminate a statement if the termination is obvious by line ending. If there are more than one statements [...]
Read Full Post | Make a Comment ( None so far )