Solved

Which of the Following Code Retrieves the Body of the Request

Question 9

Multiple Choice

Which of the following code retrieves the body of the request as binary data?


A) DataInputStream data = new InputStream()
B) DataInputStream data = response.getInputStream()
C) DataInputStream data = request.getInputStream()
D) DataInputStream data = request.fetchInputStream()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions