Binding process

In static method, the method use compile time or early binding. For this reason we can access static method without creation a instance. In non-static method, the method use runtime or dynamic binding. So that we cannot access a non-static method without creation a instance.