Question 128:
Given the code fragment:
Which two code fragments, when inserted at line n1 independently, result in the output PEEK: Unix?
Answer options:
A. .anyMatch (); B. .allMatch (); C. .findAny (); D. .noneMatch (); E. .findFirst ();