What will the following Java code output?
System.out.println(new StringBuilder("Java").reverse().toString());
vaja
aJav
Java
avaJ