Select the best code to utilize generics so that the class i…

Select the best code to utilize generics so that the class implements the Comparable interface correctly. public class Pokemon implements 1  {    private int index; /* valid constructor */ public int compareTo( 2 arg) {   /* valid implementation */ }}    1   :   2   :