To optimize performance, a servlet should cache frequently used data in the ________.
- Database
- Request
- ServletContext
- Session
To optimize performance, a servlet should cache frequently used data in the ServletContext to make it available to all components of the web application.
Loading...
Related Quiz
- What is a 'Content Delivery Network (CDN)' and how does it relate to caching?
- How can a filter access initialization parameters set in the web.xml file?
- _________ caching is a strategy where each cache stores a subset of the total data set, typically based on geographical location.
- Describe how a servlet can process AJAX requests using GET and POST methods.
- How can input sanitization be ineffective against certain advanced XSS attacks?