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)- A10% (5)
- B70% (35)
- C4% (2)
- D16% (8)
Community Discussion
No community discussion yet for this question.