Which is a valid declaration within an interface? A. public static short stop = 23; B. protected short stop = 23; C. transient short stop = 23; D. final void madness(short stop);
Reveal answer
Fill a bubble to check yourself
Which is a valid declaration within an interface? A. public static short stop = 23; B. protected short stop = 23; C. transient short stop = 23; D. final void madness(short stop);