Hi,
Are there any built in datatypes or classes in java which help us to
store and manipulate integers with size as large as 100 digits.
Regards
Mark
Ryan Stewart - 19 Jan 2005 04:05 GMT
> Hi,
> Are there any built in datatypes or classes in java which help us to
> store and manipulate integers with size as large as 100 digits.
See java.math.BigInteger.