| preferred AP College board partner for AP classes
AP Computer Science A/Unit 1: Primitive Types
Start Practice TestPractice Test
About Exam
hard Solved by 89 students
Java String Method Analysis
< Prev
Next >

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

Consider the processWords method. Assume that each of its two parameters is a String of length 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 result.length() - 1 is printed.

B

The value 0 is always printed.

C

A substring containing the last character of word2 is printed.

D

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

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

Question Leaderboard

Rank
User
Correct Count
Attempt Count
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 45
No comments yet. Be the first to comment!

AI Tutor

How can I help?

APFIVE © 2020.
Email: [email protected]|Privacy Policy