Jayesh Naithani

8%
Flag icon
avoiding object creation by maintaining your own object pool is a bad idea unless the objects in the pool are extremely heavyweight. The classic example of an object that does justify an object pool is a database connection.
Effective Java
Rate this book
Clear rating
Open Preview