Уберите подстроение из строки

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