The method __________ of the HttpServletRequest is used to read binary data from a form input.
- getBinaryData()
- getInputStream()
- readBinaryData()
- readFormData()
The getInputStream() method of the HttpServletRequest is used to read binary data from a form input.
Loading...
Related Quiz
- What is the role of the 'rollback' statement in transaction management?
- A servlet needs to send a file to the client with a specific filename. Which response header should be set and by which method?
- Can a filter modify the request and response objects?
- The _________ attribute specifies the subset of URLs to which a cookie will be sent.
- The _________ method is used to retrieve cookies from the request object.