Multiple Choice
If str1 and str2 are both String objects, which of the following expressions will correctly determine whether or not they are equal?
A) str1 = str2
B) str1 && str2
C) str1.equals(str2)
D) str1 += str2
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: The System.out.printf method formats a string and
Q3: Which of the following statements determines whether
Q4: In an if-else statement, if the boolean
Q5: A _ is a boolean variable that
Q6: Which of the following is the correct
Q8: What does the following code display? <br>double
Q9: Which of the following is the correct
Q10: What will be the value of discountRate
Q11: The _ statement is used to create
Q13: When testing for character values, the switch