What is a common practice to reduce the load on a servlet?

  • Caching
  • Database Connection Pooling
  • Lazy Loading
  • Multithreading
Database Connection Pooling is a common practice to reduce the load on a servlet by efficiently managing and reusing database connections, improving performance.
Add your answer
Loading...

Leave a comment

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