ServletContext allows servlets to __________ resources and information.
- access
- initialize
- restrict
- share
ServletContext allows servlets to share resources and information.
Loading...
Related Quiz
- How would a filter log request information without altering the request itself?
- In servlets, what is used to facilitate the reading of file data sent by a client?
- What is the role of the Content-Disposition header in file downloading?
- How can a servlet determine if an incoming request supports asynchronous processing?
- What is the primary purpose of the try-catch block in a servlet?