how to remove space between a string in java code example Example: remove space string java a = a.replaceAll("\\s+", "");