Last active
February 16, 2016 03:08
-
-
Save deepmehtait/ebacd6058d8ce66cfa8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For integer >10 number use BigInteger and for decimals use BigDecimal. | |
```java | |
sum= sum.add(BigInteger.valueOf(int)); | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment