private List<Manufacturer> productManufacturer = new LinkedList<Manufacturer>();
I am not able to understand why <> this symbol is here and Manufacturer inside it to define a LinkedList in Java.
private List<Manufacturer> productManufacturer = new LinkedList<Manufacturer>();
I am not able to understand why <> this symbol is here and Manufacturer inside it to define a LinkedList in Java.
 
    
    