_________ is a technique in Java to optimize memory usage by reusing objects.

  • Garbage Collection
  • Memory Optimization
  • Object Pooling
  • Singleton Pattern
Object Pooling is a technique in Java to optimize memory usage by reusing objects, thereby reducing the overhead of creating new objects.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *