Scala / Scala interview questions
Why Scala is statically typed or strongly typed language?
Scala is a statically-typed Language so type checking is done at compile-time by the compiler, not at run-time. Compiler checks many of the errors at compile-time so the developer would be resolving most of the errors during compile time itself.
More Related questions...