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

Question:

Fill in the blank so the code prints gamma. (Choose two.) 

image text in transcribed

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

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

C. Comparator.comparing((String s) -> s.charAt(0))

D. Comparator.comparing((String s) -> s.charAt(0)).reverse()

E. Comparator.comparing((String s) -> s.charAt(0)).reversed()

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

Step by Step Answer:

Question Posted: