Is Scala frontend or backend?
Likewise, is Scala Worth Learning 2020?
It is totally worth to learn. Below are the reasons. Scala supports both functional and OOPs concept. So many framework written in scala like Akka, Play, Lift, Spark etc.
Also to know, is Scala still relevant?
Yes Scala is widely used. Lots of people went to Scala because of Data tooling such as Spark but these days these people adopt Python. Scala/Java compatibility is very much like C++/C one. You can use seamlessly any Java library but they are very different languages.
Scala and Java, both runs on JVM and their code complied into byte codes. But Scala supports Tail Call Recursion (an optimisation technique), this technique helps the Scala code to compiler faster than java code. Conclusion- Scala is 20% faster than java and many Java Developers like coding in Scala, as it is fast.