Which of the following code retrieves the body of the request as binary data?
Which of the following code retrieves the body of the request as binary data? Correct Answer DataInputStream data = request.getInputStream()
InputStream is an abstract class. getInputStream() retrieves the request in binary data.
মোঃ আরিফুল ইসলাম
Feb 20, 2025
