Question: Given string str 1 and string str 2 , which expression is true? str 1 = Hi ; str 2 = Hello; Question

Given string str1 and string str2, which expression is true?
str1="Hi";
str2= "Hello";
Question 6 options:
str1.compareTo(str2)<0
str1.compareTo(str2)>0
str1.equals(str2)
(Comparison not possible)

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!