Scala's Basic Types and Literals
A tour of Scala's core data types like Int, Double, Boolean, String, and Char, and how to write their literal values.
Read MoreExplore all lessons related to Scala
A tour of Scala's core data types like Int, Double, Boolean, String, and Char, and how to write their literal values.
Read MoreLearn the fundamental difference between immutable (val) and mutable (var) variables, and when to use the powerful lazy val.
Read More