I'm starting to learn Scala, which is called a scalable language . I understand that Scala code compiles to JBM-compatible bytecode. My questions are that the Scala compiler generates " scalable bytecode " and why the java compiler, i.e. Can't javac do the same?
source
share