

McqMate
Q. |
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() |
Answer» C. DataInputStream data = request.getInputStream() |
View all MCQs in
J2EE TechnologiesNo comments yet