Package edu.pdx.cs410J.tips
package edu.pdx.cs410J.tips
This package contains example of interesting and tricky Java programs from the "Tips and Tricks" lecture.
See also:
- Effective Java by Joshua Bloch
-
ClassDescriptionThis program demonstrates that
BigDecimal
s provide arbitrary-precision decimal arithmetic.This program demonstrates thatdouble
s only provide approximations of negative powers of 10.This class demonstrates some interesting things about static initializers.