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

c. charAt, with the index as an argument

Computer Science & Information Technology

You might also like to view...

A(n) ________ is made up of two or more LANs that are miles apart

Fill in the blank(s) with correct word

Computer Science & Information Technology

Show how a browser would render the following code:

  1. item one
  2. item three
  3. item two

Computer Science & Information Technology