When a C# application is done using a file, what should it do with the file?
A. It should delete the file.
B. It should return the file to RAM.
C. It should truncate the file.
D. It should close the file.
Answer: D
Computer Science & Information Technology
You might also like to view...
Inheritance is also known as the
a. knows-a relationship. b. has-a relationship. c. uses-a relationship. d. is-a relationship.
Computer Science & Information Technology
LinkedIn lets you send only ________ messages to other members
A) video chat B) group conferencing C) text D) chat
Computer Science & Information Technology
If you want to total a specified range, list of numbers, list of cells, or any combination, you would use the ________ function
A) AVERAGE B) SUM C) COUNT D) SUBTOTAL
Computer Science & Information Technology
The JavaScript built-in function ____ encodes a text string so that it becomes a valid URI.
A. toURI(string) B. encode(string) C. eval(string) D. encodeURI(string)
Computer Science & Information Technology