I want to go through each character in a String and pass each character of the String as a String to another function.
String s = \"abcdefg\"; for(int i = 0
The answer is: it doesn't matter.
Profile your code. Is this your bottleneck?