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)

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");






Answer: A


Learn More :