osayword2677 osayword2677 13-02-2024 Computers and Technology contestada What will be the value of matches after the following code is executed?boolean matches;String[] productCodes = {"456HI345", "3456hj"};matches = productCodes[0].regionMatches(true, 1,productCodes[1], 2, 3)