For efficient handling of large file uploads in a servlet, one should implement __________ instead of using standard getParameter methods.

  • FileStreamReader
  • HttpServletRequest
  • InputStream
  • MultipartRequest
For efficient handling of large file uploads in a servlet, one should implement MultipartRequest instead of using standard getParameter methods for better control and performance in processing multipart/form-data requests.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *