Multiple Choice
Which properties are true of String objects?
A) Their lengths never change.
B) The shortest String has zero length.
C) Individual characters within a String may be changed using the replace method.
D) The index of the first character in a String is one.
E) Only answers A and B are true.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q38: In the StringMutation program shown in Listing
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
Q44: If you need to import not only