Monday, October 24, 2011

Quiz of the Day | OCPJP (35)

Given:

7. public interface Ndesit {
8. /* insert code here */ int score = 8;
9. }

Which 3 are valid on line 8? (Choose 3)
A. final
B. static
C. native
D. public
E. private
F. abstract
G. protected

0 comments: