Say you have a team of 3 where 2 members are working in Java and the other member is working in Scala. Is it possible to compile and run this program with the Java compiler / JVM or do you need to use the Scala compiler / JVM?
What is the best way to run a program that has both Java and Scala source code? Any further elaboration on this topic would be helpful.