0 / 60 seg.

Consider the following Java code. What is its result?

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