nerdexam
Oracle

1Z0-899 · Question #30

Which annotation enables a servlet to efficiently process requests of typo multipart/form-data that involve large files being uploaded by the client?

The correct answer is B. @MultiPartConfig. See the full explanation below for the reasoning.

Question

Which annotation enables a servlet to efficiently process requests of typo multipart/form-data that involve large files being uploaded by the client?

Options

  • A@AcceptMultipart
  • B@MultiPartConfig
  • C@MultiPartFormData
  • D@WebServlet (multipart = true)

How the community answered

(50 responses)
  • A
    10% (5)
  • B
    70% (35)
  • C
    4% (2)
  • D
    16% (8)

Community Discussion

No community discussion yet for this question.

Full 1Z0-899 Practice