Question
What does JVM compatibility allow Scala programs to do?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Use many existing Java libraries and runtime tools
Explanation:
Scala and Java share the JVM ecosystem.
Scala code can interoperate with Java classes in most cases.
Leave a Reply