Given:andWhich two method definitions at line n1 in the Bar class compile? (Choose two.)
A. public List<Number> foo(Set<String> m) {...}
B. public List<Integer> foo(Set<CharSequence> m) {...}
C. public List<Integer> foo(TreeSet<String> m) {...}
D. public List<Object> foo(Set<CharSequence> m) {...} E. public ArrayList<Integer> foo(Set<String> m) {...} F. public ArrayList<Number> foo(Set<CharSequence> m) {...}
Given:andWhich two method definitions at line n1 in the Bar class compile? (Choose two.)
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Given:andWhich two method definitions at line n1 in the Bar class compile? (Choose two.)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!