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