Java Reference
In-Depth Information
[native code]
}
If we try find the next prototype, we receive
null
:
mike.__proto__.__proto__.__proto__
<< null
This demonstrates that all prototype chains end at the
Object
constructor function.
