Write a Java Program to remove all white spaces from a string with using replace() "javaaa " code example Example: how to remove all whitespace from string java st = st.replaceAll("\\s+","")