Multiple Choice Question

Quiz Guidelines

 

QID: 
87
Question: 

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;

Q&A Set: