Multiple Choice Question

Quiz Guidelines

 

QID: 
109
Question: 

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;

Q&A Set: