True/False
In the following statement, sw is the name of a variable.
Dim sw As IO.StreamWriter =
IO.File.CreateText ("C:\TEXT FILES\INCOME Data.txt")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Text files are updated by opening them
Q12: When an exception is generated by a
Q13: A text file cannot be open both
Q14: In a Try-Catch-Finally block, the Catch clauses
Q15: The code in a Try block refers
Q17: End tags always begin with a less
Q18: Assume the file Alphabet.txt contains 26 records,
Q19: If an attempt is made to access
Q20: If any record in a text file
Q21: In order to use the OpenFileDialog control,