Numeric Values Representation in Java: Difference between revisions
Jump to navigation
Jump to search
(6 intermediate revisions 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 4: | Line 7: | ||
* [[Java_Language#Primitive_Types|Java Language - Primitive Types]] | * [[Java_Language#Primitive_Types|Java Language - Primitive Types]] | ||
* [[Two's Complement Representation]] | * [[Two's Complement Representation]] | ||
=Primitive Types= | =Primitive Types= | ||
==Integral Primitive Type== | ==Integral Primitive Type== | ||
{{Internal|Java_Language#Integral_Primitive_Types|Integral Primitive Types}} | |||
==Floating Point Primitive Type== | ==Floating Point Primitive Type== | ||
{{Internal|Java_Language#Floating_Point_Primitive_Types|Floating Point Primitive Types}} | |||
== | =BigInteger= | ||