Multiple Choice
The length of a string can be determined by ________.
A) the String method length()
B) the String instance variable length
C) the String method strlen()
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Given the following declaration: <br>StringBuilder buf =
Q3: To find the character at a certain
Q4: Which of the following creates the string
Q4: Which of the following statements is true?<br>A)
Q5: Which of the following are static Character
Q6: Consider the examples below: <br>A. a string.<br>B.
Q10: Consider the statement below:<br>StringBuilder sb1 = new
Q12: Which class is not a type-wrapper class?<br>A)
Q15: Consider the Java segment: <br>String line1 =
Q17: StringBuilder objects can be used in place