Retire a substring da string

String helloWorld = "Hello World!";
String hellWrld = helloWorld.replace("o","");
Upvote answer :-)