As Scala generates bytecode that can be run on JVM, what is difference between running/executing the generated bytecode with "java MainClass" and "scala MainClass" ?
As Scala generates bytecode that can be run on JVM, what is difference between running/executing the generated bytecode with "java MainClass" and "scala MainClass" ?