static nested class VS non-static nested class ??
807601Apr 7 2008 — edited Apr 9 2008we know static method can be called without creating an object and static variables are shared among objects.
what is the difference between static nested class and non-static nested class ? When do we use them? what is the advantages of static nested class over non-static nested class in term of performance?