What is the fastest way to loop through characters of a string ? This :
static void loop(String str) { char[] array = str.toCharArray(); for(char c :arr