Scala Built-In Data Type
(Redirected from Scala Primitive Datatype)
Jump to navigation
Jump to search
A Scala Built-In Data Type is a built-in data type in a Scala language.
- …
- Counter-Example(s):
- See: Scala Object.
References
2012
- http://www.tutorialspoint.com/scala/scala_data_types.htm
- QUOTE: Scala has all the same data types as Java, with the same memory footprint and precision. Following is the table giving details about all the data types available in Scala: ...