0 / 60 seg.

What will the following Java code output?

String text = "Programming in Java";
int index = text.indexOf("Java");
System.out.println(index);