InterviewSolution
Saved Bookmarks
| 1. |
Explain data types in Scala? |
|
Answer» A data type in SCALA INSTRUCTS the compiler about kind of VALUE that needs to be stored in a SPECIFIC LOCATION. In Scala, there are no primitive data types because everything in Scala is treated as an object. Here are the data types:
|
|