Join Slack
Powered by
On the Java platform, numbers are physically store...
# announcements
a
abdellah
12/27/2015, 4:38 PM
On the Java platform, numbers are physically stored as JVM primitive types, unless we need a nullable number reference (e.g. Int?) or generics are involved. In the latter cases numbers are boxed.
4
Views
Open in Slack
Previous
Next