Multiple Choice
Which of the following will occur if you are opening a data file with the StreamReader object and the file does not exist?
A) The file will be created.
B) An exception will occur.
C) VB will automatically use the last file created with the StreamWriter.
D) VB will shut down the computer.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What is the purpose of "WriteLine" in
Q8: Each element in a data file must
Q9: New data will be appended to the
Q10: Use the StreamReader's Peek method to determine
Q11: The StreamReader is used to create a
Q13: The WriteAllText()method reads data from a text
Q14: When you are finished working with a
Q15: You can load data from a data
Q16: The StreamWriter's Close method does not always
Q17: It is not necessary to use a