Which method declarations can @SafeVarargs be correctly applied to? (Choose two.) A. protected void hum(double... tune) B.

Question:

Which method declarations can @SafeVarargs be correctly applied to? (Choose two.) 

A. protected void hum(double... tune)

B. final int whistle(int length, float... measure)

C. static void sing()

D. private void listen(String... mp3)

E. void dance(List... beat)

F. private static int play(int[] notes).

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

Step by Step Answer:

Question Posted: