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

Computer Science & Information Technology

You might also like to view...

The ________ in OneNote displays the name of each page in the active section

A) Page tabs list B) Section tab C) Notebook navigator D) page

Computer Science & Information Technology

After a form is created, the designer should test the form by filling in the fields as the end user would

Indicate whether the statement is true or false

Computer Science & Information Technology

?_____ are tools that can apply multiple search engines simultaneously.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A multicore processor is capable of improving a computer's performance through all of the following EXCEPT: _____.

A. multiprocessing B. multithreading C. multitasking D. multicycling

Computer Science & Information Technology