What is the expected result of calling deleteTree() on a directory? Assume the directory exists and is

Question:

What is the expected result of calling deleteTree() on a directory? Assume the directory exists and is able to be modified. 

image text in transcribed

A. It will delete the directory itself only.

B. It will delete the directory and its file contents only.

C. It will delete the entire directory tree.

D. The code does not compile.

E. The code compiles but produces an exception at runtime.

F. None of the above.

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

Step by Step Answer:

Question Posted: