Given:
Which two statements can be added at line 1 in Bar to successfully compile it? (Choose two.)
public List foo(Set m) { ... }
public ArrayList foo(Set m) { ... }
public List foo(TreeSet m) { ... }
Submit