Card 7 / 43: A method for the String class may include the following:
A)
.nextInt();
B)
.toUpperCase();
C)
.length();
D)
.println();
Answer:
B) .toUpperCase();
C) .length();
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
.println() is a method for the System.out object
![]() |