0 / 60 seg.

What does the following code output?

String[] parts = "Java:Python::C++".split(":");
System.out.println(parts.length);