public class Foo { public static void main( String[] args ) { Object value = null; System.out.println( "float" + ":" + new Float( 5.5f )); } }