Given the following file system diagram, in which forward is a symbolic link to the java directory,

Question:

Given the following file system diagram, in which forward is a symbolic link to the java directory, which values if inserted into the following code do not print /java/Sort.java at runtime? (Choose two.) 

image text in transcribed

A. objC/forward/Sort.java

B. ../backwards/../forward/Sort.java

C. ../forward/./Sort.java

D. ../java/./forward/Sort.java

E. ../../java/Sort.java

F. .././forward/Sort.java

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: