Which of the following statements is false?
a. A LineNumberReader is a buffered character stream that tracks the number of lines read.
b. Classes FileReader and FileWriter perform character-based file I/O.
c. Class PipedReader and class PipedWriter implement piped-character streams for transferring data between threads.
d. Class StringReader and StringWriter read characters from and write characters to Streams, respectively.
Class StringReader and StringWriter read characters from and write characters to Streams, respectively. Actually, class StringReader and StringWriter read characters from and write characters to Strings, respectively.
You might also like to view...
Police were issued a standard search warrant to look for evidence in the home of Homer Gooch. They arrive at 2:30 in the morning to do the search because they want to catch him unawares. This was a perfectly legal search, wasn't it?
a. True b. False
____ provides a portal with links to wikis about popular entertainment topics, including comic book characters, video games, sports, television programs, toys, and movies.
A. LyricWiki B. Wikia C. ShopWiki D. WikiTravel
Which of the following statements about security awareness is not true?
A. The purpose of security awareness is to focus attention on security. B. Awareness is training. C. Security awareness programs are designed to remind users of appropriate behaviors. D. A posted reminding users not to write their password down is an example of an awareness program.
Java's listeners are ____ that a class must implement in order to handle events.
A. abstract classes B. wrapper classes C. interfaces D. private classes