how to last two word remove from string in java code example Example: remoce last character froma java string str = str.substring(0, str.length() - 1);