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

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

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