Question: Question 1 4 1 pts ven string str 1 and string str 2 , which expression is true? s t r 1 = H i

Question 14
1 pts
ven string str1 and string str 2, which expression is true?
str1=Hi;
str2= Hello;
str1.compareTo(str2)0
str1.compareTo(str2)>0
(Comparison not possible)
str1.equals(str2)
Question 1 4 1 pts ven string str 1 and string

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 Programming Questions!