Which Of The Following Code Retrieves The Body Of The Request #1262
Which of the following code retrieves the body of the request as binary data?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Server Technologies Servlet - Java Servlet - Quiz No.1.
Which of the following code retrieves the body of the request as binary data?
DataInputStream data = new InputStream()
DataInputStream data = response.getInputStream()
DataInputStream data = request.getInputStream()
DataInputStream data = request.fetchInputStream()