Thursday, 25 September 2014

Programming Concepts And Algorithms: Arbitrary Precision Types In Java

For built-in primitive data types such as int, long, double, etc. Java never throws any overflow or underflow exception, even though the size and the bounds for these data types is defined. Why? Because all data is internally stored by the JVM in binary-format.
Programming Concepts And Algorithms: Arbitrary Precision Types In Java

No comments:

Post a Comment