If I have a class A and a class B which is A's inner class. Also I have another class B. It's not in A.
A
B
class A { ... ...
Hi i have question related to java inner classes. Is there a way to access top level class A from top level class Main that define inner class A? Below is sample ...