InterviewSolution
Saved Bookmarks
| 1. |
Explain the difference between the terms Nil, Null, None and Nothing. |
|
Answer» Null, null, Nil, Nothing, None, and Unit are all used to represent empty values in Scala.
|
|