Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) DataInputStream data = new InputStream()
b) DataInputStream data = response.getInputStream()
c) DataInputStream data = request.getInputStream()
d) DataInputStream data = request.fetchInputStream()