String out_1 = s1.replace('S', 'L'); // Returns a string resulting from replacing all occurrences of oldChar in this string with newChar. System.out.println("Replacing the character in the String: ...