The way I understand it, having a member variable declared as static in a no-static class causes that member variable to be unique no-matter the number of instances of that class.
Now, what happen to a static method declared in non-static class? And (Most importantly), what the point of declaring a static method in a non-static class?
Thanks for helping