0 / 60 seg.

What will the following Java code output?

String text = "Java";
System.out.println(text.replace('a', 'o'));