Temid88oynzwrgo Temid88oynzwrgo Computers and Technology Answered What is the value of the variable answer after the following code is executed? String strl = "apple", str2 = "banana"; boolean answer = stri.equals(str2) && (stri.length() < str2.length()); true false