I read that an interface can have only one abstract method. But then, how does the collections interface in Java has so many methods?
I read that an interface can have only one abstract method. But then, how does the collections interface in Java has so many methods?