What will the following Java code output?
String text = "Java"; System.out.println(text.replace('a', 'o'));
Jovo
Joao
Joo
Java