Numeric Values Representation in Java: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=External=
* https://www.ntu.edu.sg/home/ehchua/programming/java/datarepresentation.html
=Internal=
=Internal=


Line 12: Line 15:
==Floating Point Primitive Type==
==Floating Point Primitive Type==
{{Internal|Java_Language#Floating_Point_Primitive_Types|Floating Point Primitive Types}}
{{Internal|Java_Language#Floating_Point_Primitive_Types|Floating Point Primitive Types}}
 
=BigInteger=
==Literals==
 
There are no <code>byte</code> literals, but any <code>int</code> literal that falls within the range of a byte can be assigned to a byte variable.

Latest revision as of 21:35, 6 April 2020