Introduction
Welcome
()
What you should know before watching
()
How to use the exercise files
()
Challenges explained
()
1. Why Scala?
About Scala
()
How to install Scala
()
Scala syntax
()
Integration with IDEs
()
Scala Interpreter
()
✓ Challenge: Translate Java to Scala
()
✓ Solution: Translate Java to Scala
()
2. Scala Basics
Create variables
()
Repetition statements
()
Define functions
()
Special functions
()
Basic types and operations
()
Decision statements
()
✓ Challenge: Upper and lower case
()
✓ Solution: Upper and lower case
()
3. More Scala Basics
Tuples
()
Sets and Maps
()
Arrays
()
Lists
()
✓ Challenge: Create a map object of movies
()
✓ Solution: Create a map object of movies
()
4. Objects with Scala
Classes, fields, and methods
()
Case classes
()
Singleton objects
()
✓ Challenge: Name lists
()
✓ Solution: Name lists
()
Ex_Files_Scala_First_Look.zip
(120 KB)