Articles, dummyCategory

Nesting Java classes

Nested classes and private methods When you have a class inside another class they can see each others private methods. It is not well known among Java developers. Many candidates during interviews…