calcualte the length of string in java code example Example: string length in java String data = "Hello, World!"; int nameLength = data.length();