int price = 500000; DecimalFormat df = new DecimalFormat("###,###"); String money = df.format(price); // 리턴타입 String System.out.println(money); 👉 500,000 출력