remove spaces between characters in a string in jav code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")