In servlets, what is used to facilitate the reading of file data sent by a client?
- BufferedReader
- FileInputStream
- FileReader
- InputStreamReader
In servlets, the InputStream obtained using request.getInputStream() is commonly used to facilitate the reading of file data sent by a client.
Loading...
Related Quiz
- What is the primary purpose of garbage collection in Java?
- Which of the following is true about ServletConfig?
- When a session is passivated or activated, the __________ interface provides the necessary notifications.
- The __________ element in web.xml is used to define a logical name for a servlet.
- Filters can be used to manipulate the __________ and __________ before they reach a servlet or JSP.