Multiple Choice
The ____ method returns the length of a String .
A) getSize()
B) getLength()
C) size()
D) length()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A(n) _ is a variable that holds
Q24: Match each term with the correct statement
Q25: System.out.println("Your name is " + yourName); The
Q26: Match each term with the correct statement
Q27: Which of the following correctly declares and
Q29: A literal string is a(n) _ object.<br>A)
Q30: String aName = "Michael" <br>Using the above
Q31: How can you change the length of
Q32: Match each term with the correct statement
Q33: When working with String s, it is