hi all..
i am a new one in java ...
is there a way to call outer class from an inner class
thanx all
Printable View
hi all..
i am a new one in java ...
is there a way to call outer class from an inner class
thanx all
Sure,
from the inner class,
where OuterClass is the name of your Outer Class.Code:OuterClass.this.myMethod();