Multiple Choice
In the StringMutation program shown in Listing 3.1, if phrase is initialized to "Einstein", what will Mutation # 3 yield if mutation1 = phrase.concat(".") ?
A) Einstein.
B) EINSTEIN.
C) XINSTXIN.
D) einstein.
E) xinstxin.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: You may apply the prefix and postfix
Q34: You may use the String.replace() method to
Q35: Problem Ch 03-1<br>Assume an interactive Java program
Q36: Consider the condition (x == y). How
Q37: What is a wrapper class? Why are
Q39: Which properties are true of String objects?<br>A)
Q40: What will be displayed by the following
Q41: Given the following two lines of code,
Q42: In Java, the symbol "=" and the
Q43: The printf method within System.out is designed