Wrapper classes
Each primitive has a wrapper class (already seen Integer and Double)
Available in java.lang package.
Objects created from these class can be useful for converting value of one type into another
Integer.parseInt(), Double.valueOf() are both static methods, for example
Check out Appendix O in your text