#3. Generic Interface In Java
As part of the Generics in Java series, we will learn below concepts in this post – Why do we a need generic interface? What is a generic interface? How to create a generic interface? How to implement a generic class of a generic interface? How to implement a non-generic class of a generic interface?…