Java   View all facts   Glossary   Help
mechanism > binding > static binding
Next bindingdynamic binding    Upbinding

static binding comparison table
Subject is a kind of apply to is a subtopic of has definition
bindingmechanism   
static bindingbindingfiles and static membersHow Java WorksA mechanism by which the compiler determines which method implementation to use in advance, based on the type of the reference (regardless of the actual class of the object)

Next bindingdynamic binding    Upbinding