Given 11.public interface Status { 12./* insert code here */ int MY_VALUE = 10; 13.} Which three are valid on line 12?()
- A、final
- B、static
- C、native
- D、public
- E、private
正确答案:A,B,D
答案解析:有

微信扫一扫手机做题
Given 11.public interface Status { 12./* insert code here */ int MY_VALUE = 10; 13.} Which three are valid on line 12?()
微信扫一扫手机做题