temid88oynzwr temid88oynzwr 05-02-2021 Computers and Technology contestada 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