Generic is one of the most advance technique used in Java which was included by JSE 5.0 and it is not applicable for previous versions of Java. If you are familiar with Template used in C++ you will be taking it quit easily, and if you don't know no problem with it. It makes you familiar and very interesting topic added by JSE 5.0.
In Java you can create generic class, interface or method that operates on a parameterized type called generic, as in generic class or in generic method.
In Java you can create generic class, interface or method that operates on a parameterized type called generic, as in generic class or in generic method.