(str1.compareTo(str2) < 0),"If str1 and str2 are both Strings which of the following will correctly test to determine whether str1 is less than str2?-(str1 < str2)-(str1.equals(str2) < 0)-(str1.compareTo(str2) < 0)"
The goto resource for studying materials
(str1.compareTo(str2) < 0),"If str1 and str2 are both Strings which of the following will correctly test to determine whether str1 is less than str2?-(str1 < str2)-(str1.equals(str2) < 0)-(str1.compareTo(str2) < 0)"