Given the code fragment: Which code fragment, when inserted at // insert code here,
enables the code to compile and and print a b c?
A.
List update (String[] strs)
B.
Static ArrayListupdate(String [] strs)
C.
Static List update (String [] strs)
D.
Static void update (String[] strs)
E.
ArrayList static update(String [] strs)