_________ is a caching technique where frequently and recently accessed data is prioritized for caching.
- FIFO (First In, First Out)
- LRU (Least Recently Used)
- Optimal Replacement
- Random Replacement
LRU (Least Recently Used) is a caching technique where frequently and recently accessed data is prioritized for caching, aiming to keep the most relevant data in the cache.
Loading...
Related Quiz
- How do you set a parameter in a PreparedStatement?
- In an XSS attack, the _________ method of XSS involves the attacker injecting a script that is stored on the server.
- Can session tracking be implemented using hidden form fields?
- How do filters interact with different types of servlets and JSP pages?
- Which tool is commonly used for analyzing memory usage in Java applications?