Home / CSE MCQs / JAVA MCQs :: Discussion

Discussion :: JAVA MCQs

  1. Which of these data type is returned by every method of OutputStream?
  2. A.
    int
    B.
    float
    C.
    byte
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Every method of OutputStream returns void and throws an IOExeption in case of errors.


Be The First To Comment