0 / 60 seg.

What will the following Java code print?

String text = "Java" + (7 + 8);
System.out.println(text);