deyaphillips6680 deyaphillips6680 13-02-2024 Computers and Technology contestada If str1 and str2 are both Strings, which of the following will correctly test to determine whether str1 is less than str2?1.(str1 < str2)2.( (str2) < 0)3.(str1.compareTo(str2) < 0)