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
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).
Step by Step Solution
3.39 Rating (158 Votes )
There are 3 Steps involved in it
The SafeVarargs annotation in Java is used to suppress warnings related to no... View full answer
Get step-by-step solutions from verified subject matter experts
