ServletConfig's getServletName() method returns the __________ of the servlet.
- ID
- alias
- handle
- name
ServletConfig's getServletName() method returns the name of the servlet.
Loading...
Related Quiz
- To minimize server load, servlets can implement _________ to handle asynchronous processing.
- In a transaction, if a part of the transaction fails, the ________ operation ensures the database reverts back to its previous state.
- The _________ method is used to retrieve cookies from the request object.
- In the filter chain, the __________ method is used to perform the actual filtering.
- If a client application needs to request a large amount of data without affecting the server's state, which method should it use and why?