Site MapHelpFeedbackTrue or False
True or False
(See related pages)

1
Declaring a new StreamWriter object declares the name of the data file.
A)True
B)False
2
The StreamWrite Close method transfers data from the buffer to the file.
A)True
B)False
3
The Peek method determines where the index of the next record to be written.
A)True
B)False
4
Instantiation of a StreamReader should always be placed in a Try/Catch block.
A)True
B)False
5
Queries for saving a file should be placed in the FormClosing event.
A)True
B)False







Programming in VB .NET 2005Online Learning Center

Home > Chapter 11 > True or False