I am having this class :
public class My class <T extends Serializable>
I want to extend it to a new generic class
public class Class2<T> extends My class<T>
It gives bound mismatch error I don't remember the rules now actually and has no access to the material though I got the java see certificate few years ago :(