now i want to implement this interface with the class. so how should i do it?
public class TMark<E> implements ITMark{}
is this the way but throwing errors
I am getting the following:
ITMark is a raw type. References to generate type ITMark<E> should be parametrized
I am implementing this code in Eclipse IDE