Removing double quotes from a string in Java May 4, 2023 by Tarik You can just go for String replace method.- line1 = line1.replace("\"", "");