Quantcast
Viewing all articles
Browse latest Browse all 168

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 […]Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 168

Trending Articles