0 / 60 seg.

Evaluate the result of this Java code segment:

String word = "Java";
int length = word.length();
System.out.println(length);