What does <code>"".length()</code> return?
- A
Throws exception
- Bcheck_circle
0
- C
1
- D
null
Explanation
Empty string has length 0.
AP Computer Science A· difficulty 1/5
What does <code>"".length()</code> return?
Throws exception
0
1
null
Explanation
Empty string has length 0.
Want 10 more like this — adaptive to your weak spots?