ニュース

Examples: "hamburger".substring (4, 8) returns "urge" "smiles".substring (1, 5) returns "mile" The method throws IndexOutOfBoundsException if the beginIndex is negative, or endIndex is larger than the ...