Fill in the blank so the code prints beta. A. (s, t) -> s.compareTo(t) B. (s, t)

Question:

Fill in the blank so the code prints beta.

image text in transcribed

A. (s, t) -> s.compareTo(t)

B. (s, t) -> t.compareTo(s)

C. Comparator. Comparing(String::length)

D. Comparator. Comparing(String::length).reversed()

E. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: