Introduction to Algorithms, Programming, and Compilers - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

Identify the method to find string length in Java.

Tap to reveal answer

Answer

length(). Returns character count in the string.

← Didn't Know|Knew It →