Multiple choice technology programming languages which of these will compile and run? choose all the apply. LinkedList<integer> l=new LinkedList<int>(); List<number> l=new LinkedList<number>(); LinkedList<integer> l=new LinkedList(); LinkedList<integer> l=new <integer>LinkedList() List<number> l=new LinkedList<integer>(); Reveal answer Fill a bubble to check yourself B,C Correct answer