Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 36:
| quote = The classes java.math.BigInteger and BigDecimal are not immutable either, although maybe they should have been.
}}</ref>
<ref>{{cite web
 
| url = http://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html
| title = Java documentation from oracle
| author = Oracle
| quote = Immutable arbitrary-precision integers.
}}</ref>
== Void ==