An operator is asked to verify the exact location of the default JRE binary. The following commands were run:<br /> $ which java /usr/bin/java<br /> $ ls -l /usr/bin/java<br /> lrwxrwxrwx 1 root other 23 Jan 27 2006 /usr/bin/java -> ../jre1.5.0_06/bin/java<br /> Based on the command outputs above, what is the path to the java executable file?()
A、/usr/bin/java
B、/usr/jre1.5.0_06/bin/java
C、/usr/bin/jre1.5.0_06/bin/java
D、/usr/bin/java/jre1.5.0_06/bin/java