Java,各类型取值范围

        DecimalFormat a = new DecimalFormat("#,###.000");
        System.out.println(a.format(Long.MAX_VALUE));
        System.out.println(a.format(Long.MIN_VALUE));

posted @ 2012-06-05 15:41  技术草根女  Views(239)  Comments(0Edit  收藏  举报