Home »
MCQs »
Scala MCQs
The size of integer data type in Scala is –
12. The size of integer data type in Scala is -
- 256 bits
- 4 bits
- 32 bits
- 64 bits
Answer: C) 32 bits
Explanation:
An Integer is a 32-bit value and is central to any numeric representation in Scala.