In database optimization, _________ refers to the process of storing frequently accessed data in a temporary storage area.
- caching
- indexing
- locking
- normalization
In database optimization, caching refers to the process of storing frequently accessed data in a temporary storage area, reducing the need to fetch it from the original source repeatedly.
Loading...
Related Quiz
- To respond to events like the initialization or destruction of the ServletContext, use the _________ listener.
- What is the correct way to set a response header to prevent caching of servlet responses?
- How can a servlet implement role-based access control?
- How does the sendRedirect() method communicate the new URL to the client's browser?
- How would you handle errors and timeouts in an asynchronous servlet operation?