By jhlucena
via javaworld.com
Published: Jul 18 2009 / 05:46
Java programs must often calculate and format financial figures. Towrite Java programs that deal with finances, you must know aboutthe BigDecimal class and numeric formatting. Thisintroductory tutorial shows you how to use BigDecimalto calculate basic financial transactions. In addition, you'lllearn about numeric formatting as it applies to currency. Theresult: your programs will not only calculate financials, but alsodisplay the results in an appropriate form.



Comments
MCII replied ago:
The most important thing is that you NEVER ever use double/Double for monetary amounts.
Voters For This Link (10)
Voters Against This Link (0)