Scala is a
programming language invented by Mr. Martin Odersky and his
research team in the year 2003.
Scala is a compiler based and a multi-paradigm programming
language which is compact, fast and efficient. The
major advantage of Scala is the JVM (Java Virtual Machine).
Scala code is first compiled by a Scala compiler and the byte
code for the same is generated, which will be then transferred to
the Java Virtual Machine to generate the output.
0 Comments