Home / CSE MCQs / Servlets-1 :: Discussion

Discussion :: Servlets-1

  1. To send text output in a response, the following method of HttpServletResponse may be used to get the appropriate Writer/Stream object.
  2. A.
    getStream
    B.
    getOutputStream
    C.
    getBinaryStream
    D.
    getWriter

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment