文件名称:考证 scjp考试题目集
文件大小:316KB
文件格式:PDF
更新时间:2012-06-06 01:32:30
scjp
scjp考试的题目集 Question 1 Given: 11. public interface Status { 12. /* insert code here */ int MY_VALUE = 10; 13. } Which three are valid on line 12? (Choose three.) A. final B. static C. native D. public E. private F. abstract G. protected