(Choose 1 ans 15/50-CAP
You have to send a gif image 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/gif");
B. response.setType("application/gif");
C. response.setContentType("application/bin");
D. response.setType("image/gif");
FUO