
Java String Length
String Length If you are gong to be doing any kind of string parsing or manipulation, you'll often need to get the length of the string you are working with. This can be done by calling the length() method on the String class. This method is ...