0
Java Generic methods and generic classes enable programmers to specify, with a single method declaration, a set of related methods or, with a single class declaration, a set of related types, respectively.
All generic method declarations have a type parameter section delimited by angle brackets (< and >) that precedes the method's return type



