In high-performance servlets, _________ pattern can be used to manage resource-intensive objects.
- Command
- Flyweight
- Observer
- Singleton
In high-performance servlets, the Flyweight pattern can be used to manage resource-intensive objects efficiently by sharing common parts of state among multiple objects.
Loading...
Related Quiz
- To pass control to the next entity in the filter chain, a filter must call the _______ method.
- In a CallableStatement, the method _________ is used to execute a SQL function.
- What is the difference between 'dirty read' and 'non-repeatable read' in the context of transaction isolation levels?
- _________ is a technique used to minimize the cost of repeatedly executing similar SQL queries.
- The __________ method of AsyncContext allows for manually controlling the timeout of an asynchronous operation.