Java / static keyword
When nested static class is required?
when we want a single resource to be shared between all instances and normally we do this for utility classes which are required by all components and which itself doesn't have any state.
More Related questions...