Hi all,
i just went through inner classes in java, and found inner classes cannot hold static variables unless the class declared as static. is there any reason or logic behind that?
we can find some logic behind all OOP concepts. whats apply here?
thanks in advance....

