The ____ method of a StreamReader object should be used to read the next character in a file without changing position in the file.
A. CheckNext
B. Peek
C. PeekNext
D. TestNext
Answer: B
You might also like to view...
Which vim command replaces a single character and returns to command mode automatically?
A. r B. R C. s D. S
You use a port scanner to scan a system and find port 80 open. What type of service is most likely running on that system?
a. FTP server b. Web server c. DNS server d. Telnet server
_____ formatting is the process of changing the way letters, numbers, punctuation marks, and symbols appear on the screen and in print.
A. Document B. Character C. Paragraph D. Object
The files created using the ____________ class are readable by the computer but, unlike the files created by the StreamWriter class, you cannot simply open and read the contents of the file using Notepad. A program is needed to interpret the file contents.
Fill in the blank(s) with the appropriate word(s).