Skip to main content

3 docs tagged with "java"

View all tags

Apache JMeter

Apache JMeter is a powerful open-source load testing tool for analyzing and measuring the performance of web applications and a variety of services.

Strategy Pattern: Behavioral Design Pattern

The Strategy Pattern is a behavioral design pattern that enables selecting an algorithm's implementation at runtime. It defines a family of algorithms, encapsulates each one, and makes them interchangeable. This pattern lets the algorithm vary independently from clients that use it.