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
Q1: Given the following declaration: <br>StringBuilder buf =
Q4: Which of the following creates the string
Q4: Which of the following statements is true?<br>A)
Q5: The length of a string can be
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