Tetapkan titik desimal di java

DecimalFormat df = new DecimalFormat("###.###");
System.out.println(df.format(PI));
Yellowed Yak