0 / 60 seg.

What will the following Java code snippet output?

String text = "Welcome to Java!";
System.out.println(text.substring(8, 11));