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

php - Add the correct number of days for each month -

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