Are you taking CLEP classes? Try clep.ai
| preferred AP College board partner for AP classes
hard Solved by 55 students

Java String Method Analysis

< Prev
Next >

Consider the following processWords method. Assume that its String parameters, word1 and word2, each have a length of two or more.

public void processWords(String word1, String word2) {
    String str1 = word1.substring(0, 2);
    String str2 = word2.substring(word2.length() - 1);
    String result = str2 + str1;
    System.out.println(result.indexOf(str2));
}

Which of the following best describes the value printed when processWords is called?

A

The value 0 is always printed.

B

A substring containing the last two characters of word2 is printed.

C

A substring containing the last character of word2 is printed.

D

The value result.length() - 1 is printed.

Hint
Did You Know?
Explain Why
Explain All Answers
Check Answer
Show Correct Answer
Report Question
Mark for review

Question Leaderboard

Rank
User
Correct Count
Attempt Count
Total Time
Score
#1varunrajaram122 0m 00s 200
#2malaikashahid50122 0m 14s 186
#3sgarv251311 0m 00s 100
#4avantikaabaid1090111 0m 00s 100
#5l.alzahrani0411 0m 00s 100
#6testsss111 0m 02s 98
#7liuwilliam07241011 0m 17s 83
#8sailajavadlamani3314 0m 00s 70
#9aaaa113 0m 14s 66
#10kazvin.tjakradinata11 0m 35s 65
Items per page:
10
1 – 10 of 53
No comments yet. Be the first to comment!

AI Tutor

How can I help?

APFIVE © 2020.
Email: apfive@apfive.org|Privacy Policy|FAQ