The StreamWriter's CreateText method will _____________.
a. create a new file or replace an existing one
b. append text at the end of the existing file
c. insert text at the beginning of the file
d. maintain the data for an existing file
a. create a new file or replace an existing one
You might also like to view...
Which of the following is incorrect?
A. int a(2); B. int a[]; C. int a = new int[2]; D. int a() = new int[2]; E. int a[2];
__________ is not a tenet of the EPIC processor-design philosophy.
a) Allowing the compiler to choose the path of execution b) Incorporating techniques from both VLIW and superscalar designs c) Allowing the processor to reorder instructions d) Simplifying processor hardware
What are the benefits of managing all objects in a centralized object manager?
What will be an ideal response?
Data is said to be ____ if it remains available after the computer is powered off.
A. persistent B. volatile C. fragmented D. temporary