First Install the SBT plugin for Eclipse. Then create a new Scala project and Create a new Scala Object. Finally run the Object as a Scala Application
Scala – Lists
Scala Lists are similar to arrays but there are two important differences.First, lists are immutable, which means elements of a list cannot be changed by assignment.Second, lists represent a linked list whereas arrays are flat.
Why Scala is getting Popular?
Why Scala is getting popular? Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
Scala – Strings
In Scala, String is an immutable object, that is, an object that cannot be modified.String Interpolation.
Scala – Loop Statements
This chapter takes you through the loop control structures in Scala programming languages. For loop, Forech loop ,for expression, yield keyword.