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

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

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:
Reference:
http://www.scribd.com/ilinchen2008/d/38764279-Servlet3-0-Specs(page 22, last paragraph)



Leave a Reply 1

Your email address will not be published. Required fields are marked *