The StreamReader’s ________ method returns -1 if there are no more characters to read in the file associated with the StreamReader.

a) HasMoreLines
b) HasMoreBytes
c) Look
d) Peek
e) IsEnd


d) Peek

Computer Science & Information Technology

You might also like to view...

What method of the String class would tell you the last position of a character in a String object?

What will be an ideal response?

Computer Science & Information Technology

When positioned over a link, the arrow-shaped pointer turns into a(n) hand-shaped link pointer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A field's ____________________ determines the kind of data that you can enter in the field, such as numbers or text.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ is a basic operation of the linked list ADT.

A. Initializing the list B. Comparing two lists C. Sorting the list D. Dividing the list

Computer Science & Information Technology