• Advertisement

Data type for Storing A large number in java

To Use Large number like 123456789.3423 in java we can use the following Data Types

BigDecimal,

BigInt

BigFloat

 

How To Use:

BigDecimal bd = new BigDecimal(12345667777.343423423);