To handle multiple file uploads, a servlet may use the __________ API.
- Java Authentication and Authorization Service (JAAS)
- Java Naming and Directory Interface (JNDI)
- JavaBeans Activation Framework (JAF)
- JavaMail
To handle multiple file uploads, a servlet may use the JavaBeans Activation Framework (JAF) API to work with various types of data, including files.
Loading...
Related Quiz
- In an MVC-based web application, where do servlets generally fit in?
- At which point in the request processing are filters applied in a web application?
- What is the role of a servlet filter in security?
- How does the servlet container use the order of filter mappings in web.xml?
- Which listener interface is used to receive notifications about changes to the servlet request?