Discussion Forum : Introduction To Methods And Streams
Question -

Which of these class can be used to implement input stream that uses a character array 

as the source?

Options:
A .  BufferedReader
B .  FileReader
C .  CharArrayReader
D .  FileArrayReader
Answer: Option C

CharArrayReader is an implementation of an input stream that uses character array as a source. 

Here array is the input source.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *