Hi
I always wonder what is the actual use of Inner classes in
Java.
I thought about it and came up with one use...dont know whether this is correct or not
If there is a logic that could be actually separated from another class, and if it is not worth of creating a new object...may be due to memory management...then Inner class is the solution...
Is this actually correct??
Appreciate your time on this qn.