Contact: aviboots(AT)netvision.net.il
39,913 questions
51,845 answers
573 users
public class MyClass { public static void main(String args[]) { String str = "java c c++ c# python rust go"; String ch = "a"; str = str.replace(ch, ""); System.out.println(str); } } /* run: jv c c++ c# python rust go */