Engineering Full Stack Apps with Java and JavaScript
Which of the following are valid declarations within a class?
Select 2 options
A. volatile int k;
B. abstract boolean bool;
C. native float radix;
D. friendly int ArrayList;
E. int friendly, ArrayList;