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