(Choose 1 answer)
You have to send a pdf file to the client as a response to a request. Which of the following calls will you have to make? (Choose one)
A. response.setContentType("image/pdf");
B. response.setType("application/pdf");
C. response.setContentType("application/pdf");
D. response.setType("image/pdf");
): 49