How the scala programing language run internally? -


how scala programming language run internally ? advantage of using scala on java?

scala compiled java bytecode, executed same jvm runs java programs, using same jdk class library plus small scala runtime library.

the advantages programmer.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

java.util.scanner - How to read and add only numbers to array from a text file -