How do I get the length of a string? - Java Coffee Break - your free guide to the world of Java prog
Question How do I get the length of a string? Answer Working with strings under Java is far easier than with other languages. Most languages represent a string as a data type, or as an array of characters. Java however treats strings as an actual object, ...