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