Multiple Choice Question

Quiz Guidelines

 

QID: 
199
Question: 

Which of the following are valid declarations inside an interface?

Select 2 options

A. void compute();
B. public void compute();
C. public final void compute();
D. static void compute();
E. protected void compute();

Q&A Set: