double value = 4.2352989244d; String.format("%.2f", value) //output "4.24"); String.format("%.3f", value)//output("4.235");