java-inner-interfaces
A Guide to Inner Interfaces in Java 1. Introduction In this short tutorial, we’ll be looking at inner interfaces in Java. They are mainly used for: solving the namespacing issue when the interface has a common name increasing encapsulation increasing readability by grouping related interfaces in one place A well-known… Continue Reading java-inner-interfaces