Reader versus Scanner

Report a typo

Select all the correct statements that define a Reader and a Scanner.

Choose one or more options for each row
ScannerReader
It reads data as tokens defined by a split function without including the delimiter set by the split function
It contains a buffer with a 4 kB default size to store data
It reads until the first occurrence of the delimiter in the input, and returns the data up to the delimiter, including it
___

Create a free account to access the full topic