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
-
ClassesClassDescriptionThis program demonstrates that
BigDecimals provide arbitrary-precision decimal arithmetic.This program demonstrates thatdoubles only provide approximations of negative powers of 10.This class demonstrates some interesting things about static initializers.