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
You might also like to view...
________ checks to see if programs that are interdependent actually work together as planned.
A) Link testing B) Desk checking C) Full systems testing D) Production testing
When using counters and loop variables that are incremented and decremented by a fixed amount, you can determine ahead of time how many times the loop should iterate. This kind of loop is called a(n) ____.
A. infinite loop B. indeterminate loop C. determinate loop D. nested loop
People in charge of websites are known as __________.
A. webmasters B. bots C. crawlers D. pilots
The wildcard character is the ____.
A. % B. & C. * D. @