What is the primary interface used for file upload in servlets?
- FileHandler
- FileUpload
- ServletFileUpload
- UploadManager
The primary interface used for file upload in servlets is ServletFileUpload. It provides a simple way to parse and process HTTP requests with content type multipart/form-data.
Loading...
Related Quiz
- What is the scope of servlet initialization parameters?
- What method is used to execute a stored procedure using a CallableStatement?
- In a highly concurrent web application, how would you design a servlet to handle database connections securely and efficiently?
- To ensure efficient use of database connections, pools use a technique called _________.
- HTTP persistent connections are managed using the _________ header in servlet responses.