check how many a are in string code example
Example: how to test how many of one character is in a string java
int count = string.length() - string.replaceAll("g","").length()
int count = string.length() - string.replaceAll("g","").length()