To manage memory efficiently during file upload, using a __________ approach is recommended.
- buffering
- random access
- sequential
- streaming
To manage memory efficiently during file upload, a streaming approach is recommended, allowing the servlet to process the file in chunks rather than loading the entire file into memory.
Loading...
Related Quiz
- What is the function of FilterMapping in a web application?
- What does thread-safe mean in the context of servlets?
- The __________ element in web.xml is used to define a logical name for a servlet.
- How should filters be configured to apply only to certain URL patterns in a web application?
- Which of the following is a recommended approach to handle database connections in servlets?