2017年11月30日 星期四

QUESTION 75

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()
C. servletRequest.getParts()
D. servletRequest.getAllParts()

Correct Answer: A

沒有留言:

張貼留言