(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 h to make? (Choose one)
A. response.setContentType("image/pdf"):
B. response.setType("image/pdf");
C. response.setContentType("application/pdf");
D. response.setType("application/pdf");
Finish
Exit 28