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 … Read more

Java and Python Compared

I have been posting lots of “Compared Stuff”. Its because being a Java programmer i would love to read why the new programming language i am interested in learning or have already learn’t is different from Java. And as i was going through Python for Java Programmers (Link) I found an interesting comparison between Java … Read more