Skip to content

Instantly share code, notes, and snippets.

@deepmehtait
Last active February 16, 2016 03:08
Show Gist options
  • Save deepmehtait/ebacd6058d8ce66cfa8b to your computer and use it in GitHub Desktop.
Save deepmehtait/ebacd6058d8ce66cfa8b to your computer and use it in GitHub Desktop.
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