Skip to Main Content

New to Java

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Early binding in Java

843785Dec 16 2008
I need to find two kinds of method calls that use early binding in Java.


I would like to know if my ideas are correct:

I think overloaded functions uses early binding, because the compiler looks at the types of the parameter variables.
I think static functions uses early binding because they are outside of a class.
I think functions define as final uses early binding because they do not change.

Does that make sense? Are those correct method calls that uses early binding please?

Thank you for your help.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 13 2009
Added on Dec 16 2008
0 comments
91 views