The syntax to close a sequential access file associated with a StreamWriter object is ____.
A. streamWriterVariableName.Close()
B. streamWriterVariableName.FileClose()
C. streamWriterVariableName.CloseFile()
D. Close.streamWriterVariableName(data)
Answer: A
You might also like to view...
The F7 key starts the Spelling and Grammar command in Word
Indicate whether the statement is true or false
An object can have only one animation applied to it.
Answer the following statement true (T) or false (F)
A user wants to purchase a new computer to use word processing software only. Which of the following computer types should be recommended?
A. Thin client B. CAD workstation C. Home server D. Gaming PC
Which of the following is false about the following function prototype? void functionA( void );
a. It does not receive any arguments. b. It could have been written void functionA( );. c. It does not return a value. d. It could have been written functionA( void );.