Does TestNG run tests in parallel?

Does TestNG run tests in parallel?

The tests can run in parallel or concurrent mode using TestNG. This means that different threads are started simultaneously based on the test suite configuration, and the test methods are executed in them.