Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

variables dynamically bound

807603Dec 4 2007 — edited Dec 5 2007
From

http://bobcat.webappcabaret.net/javachina/faq/03.htm#inh_poly

Q. Are non-static fields (variables) dynamically bound?
A: No, fields or variables are always bound at compiling time.

* Fields or variables is static bound (decided) at compile time.
* Non static method is dynamically bound (decided) at runtime.

Could anyone can explain ?
What is mean by dynamically bound?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2008
Added on Dec 4 2007
2 comments
92 views