Question
What is the conventional Scala application entry point?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A main method or an object extending App in supported versions
Explanation:
The JVM invokes a main entry point to start the program.
Build tools package the compiled classes and dependencies.
Leave a Reply