Question: Suppose that String str 1 = apple, String str 2 = banana, and String str 3 = cherry. Which of the following evaluates to false?

Suppose that String str1= "apple", String str2= "banana", and String str3= "cherry." Which of the following evaluates to false? (2 points)
str1.compareTo(str2)<0
str2.compareTo(str3)>0
str3.compareTo(str1)<0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!