which of these will compile and run? choose all the apply.
LinkedList l=new LinkedList();
List l=new LinkedList();
LinkedList l=new LinkedList()