欢迎来到求知题库网 求知题库官网
logo
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

public class Mycircle { 
public double radius; 
public double diameter; 
public void setRadius(double radius) 
this.radius = radius; 
this.diameter= radius * 2; 
} 
public double getRadius()   { 
return radius; 
} 
Which statement is true?()  

    A. The Mycircle class is fully encapsulated.
    B. The diameter of a given MyCircle is guaranteed to be twice its radius.
    C. Lines 6 and 7 should be in a synchronized block to ensure encapsulation.
    D. The radius of a MyCircle object can be set without affecting its diameter.

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题