What is the type of value returned by <code>s.charAt(0)</code>?
- A
int
- B
String
- Ccheck_circle
char
- D
byte
Explanation
<code>charAt</code> returns <code>char</code> primitive.
AP Computer Science A· difficulty 3/5
What is the type of value returned by <code>s.charAt(0)</code>?
int
String
char
byte
Explanation
<code>charAt</code> returns <code>char</code> primitive.
Want 10 more like this — adaptive to your weak spots?