(Choose 1 answer)
A. response.setContentType("application/bin");
B. response.setContentType("image/gif");
C. response.setType("application/gif");
D. response.setType("image/gif");
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)
Finish
Exit 47