Can java run a compiled scala code? - Stack Overflow
Yes, it can. Scala is compiled down to Java bytecode. But remember that it depends on the Scala runtime classes, so you need to still have Scala's jar files on the classpath.
If so, why do we have an exclusive command scala?
Convenience wrapper.
Read full article from Can java run a compiled scala code? - Stack Overflow
No comments:
Post a Comment