0 / 60 seg.

What will the following Java code output?

String text = "Java,Python,C++,C#";
String[] languages = text.split(",");
System.out.println(languages.length);