dmitrythebot dmitrythebot 27-09-2022 Computers and Technology Answered 50 points and brainlist Assume the String objects word1 and word2 are initialized as shown below. What is the value of the expression word1.equals(word2)? String word1 = "march"; String word2 = "MARCH"; −1 0 1 True False