how the length of a string code example Example: java check for string length String data = "Hello, World!"; int nameLength = data.length(); // 13