Home / CSE MCQs / Servlets-1 :: Discussion

Discussion :: Servlets-1

  1. Which of the following code retrieves the MIME type of the body of the request?
  2. A.
    new MimeType()
    B.
    request.getContentType()
    C.
    response.getContentType()
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :



Be The First To Comment