Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these class can be used to implement input stream that uses a character array as the source?
  2. A.
    BufferedReader
    B.
    FileReader
    C.
    CharArrayReader
    D.
    FileArrayReader

    View Answer

    Workspace

    Answer : Option C

    Explanation :

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


Be The First To Comment