单选题在声明线程的run方法时,必须使用的限定词是()。ApublicBprivateCprotectedDstatic
单选题
在声明线程的run方法时,必须使用的限定词是()。
A
public
B
private
C
protected
D
static
参考解析
解析:
暂无解析
相关考题:
Youwantaclasstohaveaccesstomembersofanotherclassinthesamepackage.Whichisthemostrestrictiveaccessmodifierthatwillaccomplishthatwillaccomplishthisobjective?() A.PublicB.PrivateC.ProtectedD.TransientE.Noaccessmodifierisrequired.
单选题You want to limit access to a method of a public class to members of the same class. Which access accomplishes this objective?()A publicB privateC protectedD transientE default access
( 难度:中等)java不能用来修饰interface的有A.publicB.privateC.protectedD.static