Which of the following fill in the blank to print out true? (Choose two.) A. Arrays.asList(array) B.

Question:

Which of the following fill in the blank to print out true? (Choose two.) 

image text in transcribed

A. Arrays.asList(array)

B. Arrays.asList("Natural History, Science")

C. List.of(array)

D. List.of("Natural History", "Science")

E. new ArrayList("Natural History", "Science")

F. new List("Natural History", "Science")

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

Step by Step Answer:

Question Posted: