問題詳情

71 A web application for business expense reporting allows uploading expense receipts. Multiplereceipts can be uploaded single step using one HTTP request. The servlet that processes the requesthas 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()

參考答案