first letter out of the string in java code example Example: get first character of string java var string = "freeCodecamp"; string.charAt(0); // Returns "f"