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

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

rewrite - Trouble with Wordpress multiple custom querystrings -