Which of the following statements are true?

```
a. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") returns null.
b. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") returns null.
c. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") creates a new file named c:\temp.txt.
d. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") creates a new directory named c:\liang.
e. None of the above.
```

e. None of the above.

Computer Science & Information Technology

You might also like to view...

All of the following are basic models for software distribution EXCEPT ________

A) shareware B) freeware C) charityware D) retail software

Computer Science & Information Technology

In a demand paging scheme, the first-in first-out (FIFO) page replacement policy chooses the page least recently accessed to be swapped out.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology