Multiple Choice
To find the character at a certain index position within a String, use the method ________.
A) getChars, with the index as an argument
B) getCharAt, with the index as an argument
C) charAt, with the index as an argument
D) charAt, with the character you are searching for as an argument
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Consider the statement below: <br>StringBuilder sb1 =
Q12: Which class is not a type-wrapper class?<br>A)
Q13: Consider the statements below: <br>StringBuilder sb =
Q14: An anonymous String _.<br>A) has no value<br>B)
Q15: Consider the Java segment: <br>String line1 =
Q17: StringBuilder objects can be used in place
Q18: Given the following declarations: <br>StringBuilder buffer =
Q19: Which of the following is not a
Q20: Which of the following statements is true?<br>A)
Q21: How many String objects are instantiated by