NumberFormat nf = NumberFormat.getCurrencyInstance(); System.out.println("value=" + nf.format(05.0505));