What is static binding (Java)?

Method call resolved at compile time.

Example:

Overloaded methods in Java are resolved at compile time.

We are aware of the method to call at compile time based on the signature.