Simple Program of Scala - javatpoint
www.javatpoint.com › simple-program-of-scalaSimple Program of Scala In this tutorial, you will learn how to write scala programs. To write scala program you need to install scala on your machine. You must have latest jdk installed on your machine because scala compiler creates .class file which is a byte code. Scala interpreter executes this byte code by using jvm (Java Virtual Machine).