Kizspy | Question: 10
(Choose 1 answer)
FJOVERFLOW.COM
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?
A. response.setContent("image/gif")
B. response.setContentType("image/gif")
C. response.setContentType("application/bin")
D. response.setType("image/gif")