painjoedan7219 painjoedan7219 01-02-2024 Computers and Technology contestada String mat = "(\\(\\w+\\) )+";boolean answer = str.matches(mat);System.out.println(answer);//2What is output by the line marked//2in the client code to the right?A. trueB. falseC. 1D. 0E. maybe