ABSTRACT

Java numeric data types can be classified into two groups: the language's fixed-precision primitive data types, and the arbitrary-or variable-precision numeric types implemented in the java.math library. Variable-precision numeric types are the subject of Chapter 22.