71 A web application for business expense reporting allows uploading expense receipts. Multiple
receipts can be uploaded single step using one HTTP request. The servlet that processes the request
has been marked with the
@MultipartConfig annotation.
Which method should the servlet use to access the uploaded files?
(A) HttpServletRequest.getParts()
(B) HttpServletRequest.getData()
IT Certification Guaranteed, The Easy Way!
27
(C) servletRequest.getParts()
(D) servletRequest.getAllParts()