java program to remove whitespaces from a file code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")