Point begin to the first character of the string and end to the last character of the string code example Example: java get first char char fourth = "Banana".charAt(3);