CMP Conversion Amanunensis 4.0. Conversion teaching tool. Shows you how to convert any of the 20 basic Java types into any of the other. Mutable Primitives Immutable Objects boolean Boolean signed byte signed Byte* unsigned byte unsigned Byte* short Short char Character int Integer long Long float Float double Double char[]* String * = not yet implemented. It works either as an application or as an applet that needs to run in JDK 1.1+ capable browser. Source code and sample HTML included. May be freely distributed and used for any purpose except military. Version 3.2 deprecates use of concatenation to effect conversion and points out that toString is more readable where valueOf is more maintainable. 3.5 adds a new way to convert String to boolean. 3.6 uses a lower case package name in line with Sun's naming conventions. 3.7 now documents locale-sensitivity of various methods. 3.8 adds Short type, and Java 1.5 autoboxing unboxing. 3.9 adds the IEEE conversion methods such as longBitsToDouble and doubleToLongBits. 4.0 adds an about box.