6 ms·
But the thing is, they are not primitives: > Although you might expect int and double to be primitive types, they're actually interfaces that extend the num in
by nene 15y ago
But the thing is, they are not primitives:
> Although you might expect int and double to be primitive types, they're actually interfaces that extend the num interface. This means that int and double variables are also nums.
- nathanwdavis 15y agoThat's actually kind of like Haskell.