<code>list.indexOf(99)</code> for list with no 99 returns
- A
null
- Bcheck_circle
−1
- C
0
- D
size()
Explanation
Returns -1 if not found.
AP Computer Science A· difficulty 4/5
<code>list.indexOf(99)</code> for list with no 99 returns
null
−1
0
size()
Explanation
Returns -1 if not found.
Want 10 more like this — adaptive to your weak spots?