You seem to be stating that a static method cannot be invoked from an
instance method. Do you hold true to this statement? In this case, how
would a static method ever be invoked? Would you please provide an
example
of this? This time, your example would be expected to fail
compilation.
No I got it backwards a instance method can't be invoked from a
static, like main. The other way a static method would be invoked
would be from another static method, or a static initializer I think,
not tested real recently.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden