Assume the file system is accessible, /flower/rose.txt exists, and the other two directories /garden and ursery do

Question:

Assume the file system is accessible, /flower/rose.txt exists, and the other two directories /garden and ursery do not exist. What is the expected result after executing the following code snippet? 

image text in transcribed

A. There is a file at ursery/rose.txt

B. There is a file at /flower/rose.txt

C. The code does not compile.

D. The first move() statement throws an exception.

E. The second move() statement throws an exception.

F. None of the above.

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

Step by Step Answer:

Question Posted: