String line = "apples.oranges.bananas"; int count = line.length() - line.replace(".", "").length(); System.out.println(count);//displays 2