java remove decimal places code example Example: how remove decimal points in java String truncated = String.valueOf((int) doubleValue);