Which annotation enables a servlet to efficiently process requests of typo multipart/form-data that involve large files being uploaded by the client?
A.
@AcceptMultipart
B.
@MultiPartConfig
C.
@MultiPartFormData
D.
@WebServlet (multipart = true)
Explanation:
http://www.scribd.com/ilinchen2008/d/38764279-Servlet3-0-Specs (page 22, last paragraph)
B