Engineering Full Stack Apps with Java and JavaScript
Which of the following are valid declarations?
Select 1 option
A. abstract int absMethod(int param) throws Exception;
B. abstract native int absMethod(int param) throws Exception;
C. float native getVariance() throws Exception;
D. abstract private int absMethod(int param) throws Exception;
E. strictfp float f;