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
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
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
?_____ are tools that can apply multiple search engines simultaneously.
Fill in the blank(s) with the appropriate word(s).
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